Code for the RobôCIn website, built with React + Vite.
Requires Node.js.
npm install
npm run dev| Command | Description |
|---|---|
npm run dev |
Start the development server |
npm run build |
Build for production |
npm run preview |
Preview the production build locally |
npm run lint |
Run ESLint |