Static site for deskreview creative agency. Built with ❤️ using React.
- React [ Development ]
- Vite [ Build Tool ]
- React Router [ Routing ]
- Styled Component [ Styling ]
- Pages CMS [ CMS ]
- Fontsource [ Self-host Fonts ]
- Sharp [ Image Optimization ]
- gray-matter [ YAML Frontmatter Parser ]
# Clone this repository
$ git clone https://github.com/frsswq/deskreview-react# Go into the repository
$ cd deskreview-react# Install dependencies
$ npm install
or
$ pnpm install# Start the project in development
$ npm run dev
or
$ pnpm run dev