Skip to content

5need/echox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

446 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo Extra

Running Recipes

  • Go into any cookbook folder and run go run server.go

Running/Developing Website Locally

cd website
npm install
npm start

Running/Developing Website in docker

This will serve website on http://localhost:3000/

docker run --rm -it --name echo-docs -v ${PWD}/website:/home/app -w /home/app -p 3000:3000 -u node node:lts /bin/bash -c "npm install && npm start -- --host=0.0.0.0"

About

Echo cookbook and website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 63.3%
  • JavaScript 22.2%
  • HTML 10.2%
  • CSS 3.5%
  • Other 0.8%