/magazine-website

Open Source Software ENSI Club Magazine

Primary LanguageHTMLMozilla Public License 2.0MPL-2.0

magazine-website

Test source code locally

1 - Clone the repository to your local system:

  • :~$ git clone git@github.com:DhiaTN/magazine-website.git

2 - cd to the project directory and run Python’s SimpleHTTPServer.

  • :~$ cd magazine-website/app
  • :~$ python -m SimpleHTTPServer

3 - Point your web browser to http://0.0.0.0:8000.