arielsalminen / heldsm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helsinki Design Systems Meetup

Helsinki Design Systems Meetup organized by @viljamis.

Local development

Start up development environment server with the following steps.

  • Open your terminal window to access command line interface.
  • Go to the directory that contains the Git repository.
  • Start web server from the directory.

If you have Python 3.x version

python -m http.server 8000

If you have Python 2.x version

python -m SimpleHTTPServer 8000

About