A stripped-down version of the sidebar navigation used on paulie.dev. Built with Astro and Tailwind.
There are three branches in this repo.
- main. Uses Vanilla JavaScript
- feat/add-react. Uses React
- feat/add-qwik. Uses Qwik
Each branch has it's own set of dependencies. Astro is used by all three, but React and Qwik are required on their respective branches
npm install
To run the dev server.
npm run dev