Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 297 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 297 Bytes

Sarapis Admin

How to run?

Make sure you have the most up-to-date version of the code by running

git pull origin main

Note: You only need to run this command if you are working on a feature branch.

Install the dependencies

npm install

Run the React App

npm run dev