Web is a client-side web application for Code[Coogs]
Make sure you have the following on your machine:
- Git - Download & Install | Documentation
- Node - Download & Install | Documentation
- pnpm - Install | Documentation
We recommend being familiar with these:
- React - Documentation
- TypeScript - Documentation
- TailwindCSS - Documentation
Clone the repository onto your machine
git clone https://github.com/codecoogs/web.git
Populate environment variables
VITE_API_URL=
Install dependencies
pnpm i
Start the project
pnpm dev
Build the project to static files in a dist
folder
pnpm build
Refer to Vercel Deployment Docs
Please make sure to read the Contributing Guide
Licensed under the MIT license.