Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,16 @@ Before you begin, ensure you have the following installed:
```

1. **Environment Setup**

- Copy the `.env.example` file to `.env`

1. **MongoDB Setup**

- Start MongoDB for example with Docker:
```bash
docker run --name mongodb-website-cms -p 27017:27017 mongo:latest
```
- If needed update the `DATABASE_URI` in the `.env` file

1. **Development**

- Start the development server:
```bash
pnpm dev
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.