https://github.com/tktcorporation/ateaparty
https://github.com/tktcorporation/ateaparty
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tktcorporation/ateaparty
- Owner: tktcorporation
- Created: 2021-06-06T19:52:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T10:10:53.000Z (over 1 year ago)
- Last Synced: 2024-05-21T11:48:42.160Z (over 1 year ago)
- Language: TypeScript
- Homepage: ateaparty.vercel.app
- Size: 5.19 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# ateaparty
[](https://github.com/tktcorporation/ateaparty/actions/workflows/test.yml)
## Prerequirements
- Docker, docker-compose
## Get Started
### Develop
1. Run `docker compose` to start the development environment
```bash
docker compose run --service-ports app /bin/bash
```1. Install dependencies
```bash
ni
```1. Start the development server
```bash
nr dev
```#### Test
```bash
yarn test
```#### Linter, Formatter
- Lint
```bash
yarn lint
```- Format
```bash
yarn format
```## Deploy
Deploying to Vercel is done automatically when pushing to the main branch.