Giter Club home page Giter Club logo

abyss's Introduction

abyss website

Code for site at: http://abyss.hanz.lol

Getting started

Make sure Python 3.5 or higher is installed on your system. Open this directory in a command prompt, then:

  1. Install the software, and the dev tooling:

    pip install -r requirements.txt -r requirements-dev.txt
    
  2. Build the Sass:

    python manage.py sass -g website/static/website/src/custom.scss website/static/website/css/
    

    To build the Sass automatically whenever you change a file, add the --watch option and run it in a separate terminal. To build a compressed/minified production version, add the -t compressed option. For more options, see django-sass.

  3. Run the development server:

    python manage.py runserver
    
  4. Go to http://localhost:8000/ in your browser, or http://localhost:8000/admin/ to log in and get to work!

Linting / pre-deployment

To check for errors, run the following commands:

ruff check --fix .
ruff format .
mypy .
pytest .

Before deploying, be sure to build the sass:

python manage.py sass -t compressed website/static/website/src/custom.scss website/static/website/css/

Documentation links

  • To customize the content, design, and features of the site see Wagtail CRX.

  • For deeper customization of backend code see Wagtail and Django.

  • For HTML template design see Bootstrap.


Made with โ™ฅ using Wagtail + CodeRed Extensions

abyss's People

Contributors

fivehanz avatar github-actions[bot] avatar

Watchers

 avatar

abyss's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.