Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 483 Bytes

File metadata and controls

16 lines (11 loc) · 483 Bytes

Readable

Make sites readable

Setup

  • Install Docker on your machine.
  • Create .env file (see .env.example) and edit it. Use yarn generate.secret command to generate SECRET_KEY and SECRET_IV
  • Build image docker build -t readable .
  • Run application docker run -p 8080:8080 --env-file .env readable
  • Open http://localhost:8000 in your browser.

License

BSD-3-Clause