npm install
npm run test:watch
npm run start:dev
npm run start:debug
npm test
npm run test:debug
psql --command="create database forum;" && psql --echo-all --dbname=forum --file=tables.sql
From installation directory root, mkdir build. This directory is needed so the app can write client-side bundles to it.
After installation, point your browser at [root installation folder]/signup.
Choose the file duck.jpg from your /test/fixtures as your authentication token.
After registering, login using the user/pass you signed up with.
npm run start:dev does 'hot reloading' by default. This is subject to change.
FORUM_STORAGE_ADAPTER=S3 - change this and provide another module to use your chosen storage back-end. For documentation on the default S3 adapter, see that module's documentation.