neko/docs/development.md
2020-02-10 00:59:08 +00:00

576 B

Development (WIP)

Highly recommend you use a dev container for vscode, I've included the .devcontainer I've used to develop this app. To build n.eko docker container run:

cd .docker && ./build docker

the .docker folder also contains ./test <browser> bash script which will launch a desktop with a browser for testing out any changes with the server.

To run the client with hot loading (for development of new client features)

cd ./client && npm run serve