newdesigncongress / trk

Technically Responsible Knowledge - a prototype open source crowdsourced labour platform

Home Page:https://trk.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Technically Responsible Knowledge

Install

npm install

Use

SESSION_SECRET='any arbitrary secret' development=true npm start

The site will be accessible at http://localhost:80

For full functionality, you will also need to set up a Sendgrid account and a Recaptcha account that serves localhost or your own domain. In this case, you would start the server like so:

SENDGRID_API_KEY='your sendgrid API key' SESSION_SECRET='any arbitrary secret' RECAPTCHA_SECRET='your recaptcha secret' development=true npm start

About

Technically Responsible Knowledge - a prototype open source crowdsourced labour platform

https://trk.network

License:MIT License


Languages

Language:JavaScript 52.7%Language:Pug 34.6%Language:CSS 12.7%