Skip to content

opentransitmap/www-opentransitmap-org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing

This website is built using Pelican and Python 3. For further information, please check out the official documentation.

On Linux systems:

  • pip3 install pelican markdown
  • make devserver
  • Preview the site by navigating to http://localhost:8000/ in your browser. It will automatically get updated on file changes.
  • After testing, kill the local server using ./develop_server.sh stop

Alternative Method for all operating systems:

  • pip3 install pelican markdown fabric
  • fab build && fab serve
  • Preview the site by navigating to http://localhost:8000/ in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published