Skip to content

Xiaobaicoder-pixel/interactive-tutorials

This branch is 93 commits behind ronreiter/interactive-tutorials:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 21, 2021
Feb 4, 2021
Feb 8, 2021
Feb 4, 2021
Feb 4, 2021
Oct 31, 2021
Feb 6, 2021
Oct 31, 2021
Aug 15, 2022
Oct 30, 2021
Oct 30, 2021
Nov 3, 2013
Oct 30, 2021
Oct 30, 2021
Oct 30, 2021
Oct 30, 2021
Oct 14, 2017
Oct 30, 2021
Aug 12, 2022
Feb 6, 2021
Nov 13, 2013
Feb 6, 2021

Repository files navigation

Interactive Tutorials

This is the open source repository for the free interactive tutorial websites:

Please feel free to contribute your tutorials or exercises by sending a pull request and adding yourself on the list.

To run locally, first create a new file called app.env based on app.env.example. (you don't need working credentials to run the website, just to execute code).

Running with Docker

Execute:

DEFAULT_DOMAIN=learnpython.org make run

This command will run learnpython.org website by default using Docker Compose.

To run a specific website, run with the DEFAULT_DOMAIN option set, as follows:

DEFAULT_DOMAIN=learn-js.org make run

By default, the server process will run at http://localhost:5000.

The web server will locally compile and load all Markdown files into memory. The docker needs to be rebuilt upon any change in the Python code or the Markdown code.

Running without Docker (locally)

To run the development server outside of a Docker, run the following command once:

make build-local

And then run:

DEFAULT_DOMAIN=learn-js.org make run-local

IDEOne Credentials

To make the IDEOne execution API work locally, you must obtain a username and password, and add the credentials to a file called app.env. (TBD: add an option to use the remote version)

Contributors

  • superreg
  • JBoy Advance
  • qwong95
  • AddaxSoft
  • derco0n
  • ......

About

Interactive Tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.8%
  • JavaScript 26.5%
  • CSS 5.9%
  • HTML 3.8%