This project is based in React with TypeScript.
Tooling is based in Vite with Rollup as the bundler.
- Install dependencies with
npm install. - Run
npm run parse-csvso the CSV information for our Nakamas gets moved into a JSON file insidesrc. This is mandatory if working for the first time, or optional if you feel like updating the file for consistency. - Run the project with
npm run start.