Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.07 KB

Shigoto

ci

license ci ci


Shigoto Logo

Development

Clone the repository and run npm install.

Create an .env file and include the base backend urls.

BASE_URL=http://127.0.0.1:8000/
WS_BASE_URL=ws://localhost:8080/ws

If you don't want to setup the backend project, use staging urls.

Run npm run dev and go to localhost:3000.