Skip to content

CodeCrafters-IITMBS/code-crafters

Repository files navigation

Codecrafters

A modern web project built with TypeScript and Vite.

Prerequisites

Make sure you have the following installed:

  • Node.js (v18 or later)
  • npm

Installation

Clone the repository:

git clone https://github.com/CodeCrafters-IITMBS/codecrafters.git
cd codecrafters

Install dependencies:

npm install

Running the Project

Start the development server:

npm run dev

The application will be available at:

http://localhost:3000

Build

To create a production build:

npm run build

Notes

  • Environment variables (if any) should be placed in a .env.local file
  • This project uses Vite for fast development and builds

Releases

No releases published

Packages

No packages published