A modern web project built with TypeScript and Vite.
Make sure you have the following installed:
- Node.js (v18 or later)
- npm
Clone the repository:
git clone https://github.com/CodeCrafters-IITMBS/codecrafters.git
cd codecraftersInstall dependencies:
npm installStart the development server:
npm run devThe application will be available at:
http://localhost:3000
To create a production build:
npm run build- Environment variables (if any) should be placed in a
.env.localfile - This project uses Vite for fast development and builds