The custom CMS behind my website https://theorangeone.net/
Go to file
Jake Howard 22cb5cb7fc
Use sh for npm contrib script
bash isn't installed on alpine, nor is it needed
2022-06-12 19:36:59 +01:00
scripts Use sh for npm contrib script 2022-06-12 19:36:59 +01:00
static/src Add prettier to format frontend 2022-06-12 19:35:06 +01:00
templates Add dark mode toggle 2022-06-12 18:13:48 +01:00
website Add linting 2022-06-12 15:24:17 +01:00
.editorconfig Add editorconf 2022-06-12 17:03:17 +01:00
.gitignore Add whitenoise for static files 2022-06-09 09:03:00 +01:00
.gitlab-ci.yml Add prettier to format frontend 2022-06-12 19:35:06 +01:00
dev-requirements.txt Add linting 2022-06-12 15:24:17 +01:00
justfile Add prettier to format frontend 2022-06-12 19:35:06 +01:00
manage.py Init wagtail project 2022-06-09 08:36:29 +01:00
package-lock.json Add prettier to format frontend 2022-06-12 19:35:06 +01:00
package.json Add prettier to format frontend 2022-06-12 19:35:06 +01:00
Procfile Setup static file pipeline 2022-06-10 09:13:00 +01:00
README.md Only use just during development 2022-06-12 15:52:45 +01:00
requirements.txt Add whitenoise for static files 2022-06-09 09:03:00 +01:00
setup.cfg Add linting 2022-06-12 15:24:17 +01:00

Website

Installation

This project handles commands using just.

  1. just install
  2. Create .env file
  3. just migrate
  4. just start

.env file

Local development secrets are stored in a .env file. This file is automatically loaded by just.