Skip to content

Improve README #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
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
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,23 @@

This is the website for the [micro text editor](https://github.com/zyedidia/micro).

You can view it at https://micro-editor.github.io
You can view it online at [micro-editor.github.io](https://micro-editor.github.io)

# Contributing
## Local Development

Run any HTTP server in the directory containing `index.html`.

Here is a simple example using [http-server](https://choosealicense.com/licenses/mit/):

```bash
# Uses port 8080 by default
http-server
```

## Contributing

If you find any bugs or want to contribute, just fork and open a pull request.

# License
## License

This website is licensed under the MIT license.
This website is licensed under the [MIT license](https://choosealicense.com/licenses/mit/).