- Node.JS
- Redis
- Start Redis on your computer. Can be done with docker
docker pull redis
docker run -p 6380:6380 --name redis-momentum -d redis
-
Rename .env.sample to .env and set all environment variables in this file
-
Run with
npm startornpm run dev