This repo rocks Astro 🚀, This is where all my Pro Tailwind FREE tutorials are contained.
To get started, clone this repo from the root folder
After cloning, install dependencies with
npm install
You can then start the server with
npm run dev
This will open the tutorials homepage.
The source code for each challenge lives in the src/tutorials/{tutorial}
directory.
If you visit the URL for a given challenge, say https://127.0.0.1:3000/tutorials/{tutorial}/01-04-03
...
... the code snippets for this challenge will be in src/tutorials/{tutorial}/01-04-03
Annnnd, that's about it!
Have fun ❤️