The custom CMS behind my website https://theorangeone.net/
Find a file
2024-01-03 08:01:02 +00:00
.devcontainer
docker/dev
etc
scripts
static/src
website
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitlab-ci.yml
.nvmrc
.stylelintignore
.stylelintrc
dev-requirements.txt
Dockerfile
justfile
manage.py
package-lock.json
package.json
Procfile
pyproject.toml
README.md
renovate.json
requirements.txt
SECURITY.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.