Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 738 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 738 Bytes

Getting started

Requirements

Once you have fulfilled all the requirements:

make go
# in separate terminal
make vue

or without make:

cd api && bash -c  "go run main.go"
# in separate terminal
cd ui && npm i && npm run serve

Then wait for vue to finish the build, and open the link vue cli has provided

License

MIT - Sarmerer, sarmai