You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

679 B

title description layout
Source Installation Install and run DICK from source for production ../../../layouts/MainLayout.astro

DICK can be installed locally through source if you have Node >=v16.14.0:

  1. Clone this repository:
git clone https://github.com/Facinorous-420/dick.git
  1. Go into the newly created dick folder:
cd dick
  1. Edit the .env file to your needs:
cp .env.example .env
nano .env
  1. Lastly we can start DICK:
npm start

To keep your DICK up persistantly, you can use pm2:

  1. Install pm2 using npm:
npm i -g pm2
  1. Run it using pm2:
pm2 start app.config.json && pm2 list