Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 515 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 515 Bytes

Parrot

Because it repeats whatever you tell it.

Getting Started

You can run this either through Docker or through standard Node/npm.

# Docker
# build the image
docker build . -t <tagname>

# run the image
docker run <tagname>

# npm
# install dependencies
npm install

# run the server
npm start

Deployment

This is set up to deploy to fly.io, but you could push the Docker image anywhere, really. If you're set up with fly.io, you can run fly deploy to push any changes.