The custom CMS behind my website https://theorangeone.net/
Find a file
Jake Howard ace30f4dbd
Add basic spotify page
It currently doesn't handle pagination, or caching
2022-08-17 22:17:32 +01:00
.devcontainer
docker/dev
etc
requirements Add coverage reports 2022-08-17 19:09:07 +01:00
scripts
static/src Add basic spotify page 2022-08-17 22:17:32 +01:00
website Add basic spotify page 2022-08-17 22:17:32 +01:00
.dockerignore
.editorconfig
.eslintignore
.eslintrc
.gitignore
.gitlab-ci.yml Add coverage reports 2022-08-17 19:09:07 +01:00
.stylelintignore
.stylelintrc
Dockerfile
justfile Add coverage reports 2022-08-17 19:09:07 +01:00
manage.py
package-lock.json
package.json
Procfile
pyproject.toml
README.md
setup.cfg Add coverage reports 2022-08-17 19:09:07 +01:00

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.