Skip to content

RodinJS/examples-hook-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples webhook worker

Rodin Inc. Examples Deployment Automation API.

Getting Started

# clone it
git clone git@github.com:RodinJS/examples-hook-worker.git
cd examples-hook-worker

# Make it your own
rm -rf .git && git init && npm init

# Install dependencies
npm install

# Start development live-reload server
PORT=8080 npm run dev

# Start production server:
PORT=8080 npm start

Docker Support (soon)

cd examples-hook-worker

# Build your docker
docker build -t yvnio/examples-hook-worker .
#            ^      ^           ^
#          tag  tag name      Dockerfile location

# run your docker
docker run -p 8080:8080 yvnio/examples-hook-worker
#                 ^            ^
#          bind the port    container tag
#          to your host
#          machine port   

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published