The custom CMS behind my website https://theorangeone.net/
Go to file
Jake Howard 82f86b0dab
Merge remote-tracking branch 'origin/renovate/sentry-sdk-1.x'
2023-06-02 15:40:58 +01:00
.devcontainer
docker/dev
etc
scripts
static/src Add similar content based on text Trigram similarity 2023-06-02 15:33:15 +01:00
website Add similar content based on text Trigram similarity 2023-06-02 15:33:15 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitlab-ci.yml
.stylelintignore
.stylelintrc
Dockerfile
Procfile
README.md
SECURITY.md
dev-requirements.txt Update dependency djlint to v1.25.0 2023-05-05 13:04:29 +01:00
justfile
manage.py
package-lock.json Update shareon to 2.1.0 2023-05-05 13:13:12 +01:00
package.json Update shareon to 2.1.0 2023-05-05 13:13:12 +01:00
pyproject.toml
renovate.json
requirements.txt Merge remote-tracking branch 'origin/renovate/sentry-sdk-1.x' 2023-06-02 15:40:58 +01:00
setup.cfg

README.md

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.