Source code for my website.
- Dependencies
- Configuration
- Install application dependencies
- Run migrations
- Run seeds
- Run the development server
- Node
>=v12
- npm
>=v6
- MariaDB
- Redis
- Nginx (configuration provided)
- knex-cli
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