Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

improve readme #2

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Checkout the online version: http://opentechschool.github.io/web-frontend-colearning-metrics

## Running

## Mac
Run this example with a local web server. For example, for Mac users you can use this command from your terminal
`$ python -m SimpleHTTPServer`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a code block, like:

```
$ python -m SimpleHTTPServer
```

Also, the wording (why are Mac users an example in the Mac section?) is questionable.


## Windows

Buy a Mac / get Linux.

## Data

Expand Down