Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/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