Skip to content

herent/5calls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

5calls

Setup for Dev

frontend

Install the requirements with: npm install and npm install -g gulp

Then you can just use gulp to generate the site and watch for changes: gulp

In a new terminal, use any web server to serve the compiled source locally, like python: cd app/static && python -m SimpleHTTPServer

A development site should be available at http://localhost:8000

go

In the go directory, use the go tool to run the code: go run *.go

Deployment

Use the makefile in the go folder. You can make deploy to update the go server or make deploy_static to update the site.

When updating the go server, remember to log in, connect to the screen instance (screen -r) and stop the go process before replacing it via the deploy, otherwise you get "text file busy" errors in scp.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.0%
  • Go 31.3%
  • CSS 13.8%
  • HTML 10.1%
  • Makefile 1.8%