Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 704 Bytes

File metadata and controls

32 lines (22 loc) · 704 Bytes

Setup

If you want your own instance: Deploy


Using :

See Readme here

Developing :

  • Fork
  • Install
  • Start Redis instance
  • Copy .env.sample -> .env and set CLIENT_ID, CLIENT_SECRET, REDIS_URL
npm install
npm start
npm run start:dev # for autoreloading after changes

Docker based

If you want Docker based development after setting .env file:

docker-compose run install
docker-compose up -d redis
docker-compose up dev # with autoreloading enabled