db | ||
prisma | ||
src | ||
.gitignore | ||
.prettierrc.yaml | ||
docker-compose.yml | ||
Dockerfile | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.json | ||
tsup.config.ts |
📖 Introduction
A starter template equipped with several interaction commands and one event.
🏗 Development
npm install
npm run dev
If you want to use Nodemon to auto-reload while in development:
npm run watch
💻 Production
npm install --production
npm run build
npm run start
🐋 Docker
To start your application:
docker-compose up -d
To shut down your application:
docker-compose down
To view your application's logs:
docker-compose logs
For the full command list please view the Docker Documentation.
📜 Documentation
☎️ Need help?
- Check frequently asked questions
- Check examples
- Ask in the community Discord server