Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 604 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 604 Bytes

Edly Academy

This is the source code of the site that is hosted on https://edly.io/academy. Contributions are welcome: if you see a typo or would like to contribute some content, please open a pull request.

Usage

Install requirements:

  • For Linux:

      sudo apt install pandoc
      pip install -r requirements.txt
    
  • For macOS:

      brew install pandoc
      pip install -r requirements.txt
    

Build the static website:

make build

Run a development server:

make serve

License

This work is licensed under CC BY-SA 4.0.