yarn
yarn dev
This project uses:
- Vite for frontend tooling
- React for UI components
- React Router for routing
- Styled Components for styling the UI
- And a few other libraries for various components
yarn build
yarn start
/src/pages/*.tsx
: Pages defined here are served on routes dynamically (based on the file name)./src/components/SEO.tsx
: All meta titles and descriptions are here./src/components/images/*
: All images used in page content, including SVGs