Skip to content

kak-smko/rekar

Repository files navigation

rekar

1. clone project

git clone https://github.com/kak-smko/rekar

2. Modify config directory files

3. install backend

pip install -r requirements.txt
py command.py install

4. run backend

py index.py

5. install frontend

cd frontend
npm i

6. run Frontend

cd frontend
npm run serv

open browser and go to localhost:8080