|
1 week ago | |
---|---|---|
config | 3 months ago | |
db | 4 months ago | |
middleware | 3 months ago | |
models | 4 months ago | |
routes | 1 week ago | |
services | 3 months ago | |
static | 1 week ago | |
utilities | 3 months ago | |
validations | 3 months ago | |
views | 1 week ago | |
.env.example | 9 months ago | |
.gitignore | 6 months ago | |
.prettierrc | 9 months ago | |
LICENSE | 4 months ago | |
README.md | 4 months ago | |
app.js | 1 week ago | |
ecosystem.config.js | 4 months ago | |
generate_certificate | 9 months ago | |
knexfile.js | 9 months ago | |
nginx.conf | 4 months ago | |
package-lock.json | 1 week ago | |
package.json | 1 week ago |
Source code for my website.
>=v12
>=v6
Generate a self-signed SSL certificate for local development
./generate_certificate
Create a copy of the included .env.example
file and fill it with relevant information.
cp .env.example .env
npm install
sudo npm install -g knex
knex migrate:latest
knex seed:run
npm run dev
All source code written for this website is licensed under the terms of GNU AGPLv3.
All content on this website is licensed under the terms of CC-BY-SA.