Skip to content
Discussion options

You must be logged in to vote

npm start is strictly intended to setup a development environment on your own local machine. I haven't done much work to streamline the setup of a new production server; theres a fair bit of implicit knowledge necessary to do so. You might find this guide helpful https://github.com/samcf/ogres/blob/main/etc/setup-guide.sh

On your own machine, you should be able to run the following to setup both the app client and the WebSocket server:

npm install;
npm start;

In another terminal...

clojure -X:server/dev

The app should be available at https://localhost:8080

Hope that helps! Good luck!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by samcf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants