This project is configured with React, Vite and requires Node.js Backend.
-
To get started, clone the repository using Git CLI, or GH Tool.
git clone https://github.com/jckamaicha/playpoint-admin.gitorgh repo clone jckamaicha/playpoint-admin -
Then, change the directory to
playpoint-adminand install the npm packages.cd playpoint-admin && yarnorcd playpoint-admin && npm i -
Finally run the project.
yarn run dev||npm run dev||bun run dev
The project requires backend as well which can be found here Playpoint Pusher.