The custom CMS behind my website https://theorangeone.net/
Find a file
2022-09-02 17:18:40 +01:00
.devcontainer
docker/dev
etc
requirements Just use a simple icon field 2022-09-02 15:29:12 +01:00
scripts Add lightbox for content images 2022-09-02 17:18:40 +01:00
static/src Add lightbox for content images 2022-09-02 17:18:40 +01:00
website Add lightbox for content images 2022-09-02 17:18:40 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitlab-ci.yml
.stylelintignore
.stylelintrc
Dockerfile
justfile
manage.py
package-lock.json Add lightbox for content images 2022-09-02 17:18:40 +01:00
package.json Add lightbox for content images 2022-09-02 17:18:40 +01:00
Procfile
pyproject.toml
README.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.