This repository will serves as the web-app for the Children in Technology(CIT) 2025.
- Clone the repository.
https://github.com/locus-ioe/CIT-MAP.git
- Install the required package.
cd CIT-MAP/
yarn
- Start the server
yarn run dev
Note: You can use npm
or bun
instead of the yarn