The website of the Online Division project. Contains the landing page of the client and the necessary links to install the app.
To run the website please run the following commands:
- Clone the repository
git clone https://github.com/onlinedi-vision/od-website.git- Install the dependencies
npm i- Finally, run the website:
npm start