- 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 redis
to start a local instance)
- Clone the repository
- Run
npm install
- Copy the
.env.example
file to.env
and fill in the necessary values (most, if not all, values can be left as is) - Run
npm run build:previews
to generate the initial previews - Run
npm run dev
- Access the application at http://localhost:3000