Install npm, docker and docker-compose for your distribution. Then run:
npm install
npm start
npm stop
npm restart
If you wish to use the contact form and the flickr API, then create a file .env in the root, with the following contents, replacing the capitalized strings with your own:
- mailgun_url = "YOUR_MAILGUN_API_URL"
- mailgun_api_key = "YOUR_MAILGUN_API_KEY"
- mailgun_from = "YOUR_MAILGUN_FROM_ADDRESS"
- flickr_api_key = "YOUR_FLICKR_API_KEY"