This is the source-code of my own little personal website that was built using Astro!
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
yarn | Installs dependencies |
yarn run dev | Starts local dev server at localhost:3000 |
yarn run build | Build your production site to ./dist/ |
yarn run preview | Preview your build locally, before deploying |
yarn run format | Format the code using Prettier |
Thanks a lot to all the people helping me out in the Astro Discord Server...especially:
- Lostra (for creating the fade in logic for Blog Posts and Project Cards)
- RafidMuhymin (for helping me with a lot of things)