- Docker
- Docker Compose
- Clone the repository
- Run
docker compose up - Access the application at http://localhost:8080
- Node.js (version specified in
.node-version) - Redis (run
docker compose up -d redisto start a local instance)
- Clone the repository
- Run
npm install - Copy the
.env.examplefile to.envand fill in the necessary values (most, if not all, values can be left as is) - Run
npm run build:previewsto generate the initial previews - Run
npm run dev - Access the application at http://localhost:3000