Skip to content

mubeenfayyaz20/edly-academy-ui

 
 

Repository files navigation

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.

About

Edly Academy -- learn from the pros

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.7%
  • HTML 28.6%
  • Python 12.5%
  • JavaScript 6.3%
  • Makefile 2.9%
  • Dockerfile 1.0%