- node.js 20.xx
- prettier
- eslint
- tailwind
- The main route for the project is
pages/index.astro
Layout
fromlayouts/Layout.astro
will be the wrapper for the whole app- Feel free to reuse and modify the different pre-defined UI components
- You are also allowed to create your own components/files
- Ensure that layout for each section is appropriate for all screens
- After the project is done, delete the unused files to lower build size
- To run the project locally:
npm run dev
- Build the project:
npm run build
- To run the build:
npm run preview