Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 836 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 836 Bytes

SlackGPT

Getting started

Development

# Set up development databases (requires Docker)
npm run dev:db
# Run in development mode
npm run dev:node

# ... or just do both at once
npm run dev

Production

# Create a production build
npm run build

# Run the production build
npm run start

Docker

# Create a Docker image
docker build -t typescript-starter .
# Start up a Docker container
docker run --name typescript-starter -it typescript-starter

# Or just use Docker Compose
docker compose up

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

ISC