The custom CMS behind my website https://theorangeone.net/
Find a file
Jake Howard 3c8562c35c
Restore rate limit on PR opens
There will probably be quite a few at first...
2022-09-13 08:25:00 +01:00
.devcontainer
docker/dev Update postgres Docker tag to v14 2022-09-09 17:16:05 +01:00
etc
requirements
scripts
static/src
website
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitlab-ci.yml Keep artifacts around a little longer 2022-09-13 08:24:25 +01:00
.stylelintignore
.stylelintrc
Dockerfile
justfile
manage.py
package-lock.json
package.json
Procfile
pyproject.toml
README.md
renovate.json Restore rate limit on PR opens 2022-09-13 08:25:00 +01:00
SECURITY.md
setup.cfg

Website

Installation

This project handles commands using just, and the project runs in Docker.

  1. just build
  2. Create .env file
  3. just compose up -d
  4. just compose run web just start

.env file

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