Source code for my personal website umamarahman.me.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro --help |
Get help using the Astro CLI |
Project licensed under the MIT License (see the LICENSE.md file for details).
This project is open source for educational purposes. Feel free to take inspiration, but it should not be used as a template to copy. You may use parts of the codebase for your own website, however do not use the code in its entirety.
Please consider giving this repository a star if you found it helpful or like my content. Enjoy reading!