This commit is contained in:
@@ -34,3 +34,37 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next
|
||||
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
|
||||
|
||||
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
|
||||
|
||||
## Infrastructure Basics
|
||||
|
||||
1. Copy environment variables:
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
```
|
||||
|
||||
2. Start containers:
|
||||
|
||||
```bash
|
||||
make start
|
||||
make port
|
||||
```
|
||||
|
||||
3. Initialize database:
|
||||
|
||||
```bash
|
||||
make db-init
|
||||
```
|
||||
|
||||
4. Run quality checks:
|
||||
|
||||
```bash
|
||||
npm run lint
|
||||
npm run build
|
||||
```
|
||||
|
||||
5. Health check:
|
||||
|
||||
```bash
|
||||
make health
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user