An open API service indexing awesome lists of open source software.

https://github.com/owenizedd/rona-web-frontend


https://github.com/owenizedd/rona-web-frontend

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# rona-web-frontend

[A simple website built on top of vitejs + react](https://rona-web-frontend.vercel.app/)

Built on top of Vite and `react-carousel`

How to run locally:
1. Clone repo to your local machine

2. In terminal/cmd move directory to the project
3. install all dependency
- NPM
` npm install`
- yarn
`yarn`

4. run dev server

- NPM
` npm run dev`
- yarn
`yarn dev`