Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Echo cookbook and website

License

NotificationsYou must be signed in to change notification settings

labstack/echox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Recipes

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

Running/Developing Website Locally

  • Ensure that you have Node.js installed on your computer. If you don't have it, download and install it from theofficial Node.js website (https://nodejs.org). Or you could use NVM (https://github.com/nvm-sh/nvm) to use appropriateversion of Node.
  • Inside thewebsite folder, install the required dependencies by running the following commandnpm install.
  • Run the website locally by running the following commandnpm start.
cd websitenpm installnpm start

Running/Developing Website in docker

This will serve website onhttp://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"

[8]ページ先頭

©2009-2025 Movatter.jp