| Command | Action |
|---|---|
npm install |
Installs the dependencies |
npm run dev |
Starts the local development server on localhost:4321 |
npm run build |
Builds the production site in ./dist/ |
npm run preview |
Locally preview your build before deploying |
npm run astro ... |
Execute Astro CLI commands like astro add, astro check |
- Astro : Modern web framework
- React : React library for interactive components
- TypeScript : Static typing
- Canvas : For beautiful dynamic background (with simplex-noise)
astro: Principal framework@astrojs/react: React integrationreact&react-dom: React librariestypescript: TypeScript support