crgimenes / compterm

Versatile terminal sharing tool for educational, development, and nostalgic BBS experiences, optimized for Golang study groups and pair programming.
MIT License
11 stars 2 forks source link

assets/embed.go:10:25: pattern *.min.js: no matching files found #29

Closed CarlosLint closed 11 months ago

CarlosLint commented 11 months ago

Cloned the latest version of the repository as of today (12/14/2023)

This is the output after running go run main.go: go: downloading golang.org/x/term v0.15.0 go: downloading golang.org/x/sys v0.15.0 assets/embed.go:10:25: pattern *.min.js: no matching files found

Here's a screenshot for better visualization as well. Screenshot from 2023-12-14 01-00-45

crgimenes commented 11 months ago

You need to use the make command.

To generate the production binaries use:

make

To run in the developer mode use:

make dev

Don't forget to do a git pull, a lot of code is being added/modified daily.

After starting the instance, don't forget to call the API to start the relay. I'm currently doing this via curl, but it will become a command soon.

curl -X GET http://localhost:2201/api/action/enable-ws-stream