Skip to content

Commit

Permalink
docs: add content to readme (#130)
Browse files Browse the repository at this point in the history
* docs: add readme content

* docs: refactor the code

* docs: add img

* docs: update node version request in bug issue template
  • Loading branch information
xuchaoying authored Oct 24, 2019
1 parent 166423d commit a8fc920
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- Node: [e.g. 10.0.0, 12.0.0]
- Browser: [e.g. chrome, safari]
- Version: [e.g. 22]

**Additional context**
Add any other context about the problem here.
41 changes: 40 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,43 @@

svrx(server-x) is a platform built for efficient front-end development.

See our [website](https://svrx.io/) for more information.
## Features

🍻 **Serve** a static site or SPA in current directory
🐱 Easy to **proxy** everything
🏈 **Auto refresh** the page on sources change(inline reload on stylesheets change)
🍀 **Powerful plugins**: use without installation
🐥 **Routing with hot reload**: never restart your server
🚀 **Toolkit** for quick plugin development
🎊 ...

## Quick Start

```bash
npm install -g @svrx/cli
mkdir example && cd example
echo '<html><body>Hello svrx!</body></html>' > index.html
svrx
```

![](https://svrx.io/assets/demo.png)

## Documentation

You can read documentation [here](https://docs.svrx.io/en/).

你可以在 [这里](https://docs.svrx.io/zh/) 阅读使用文档。

## Support

Feel free to [raise an issue](https://github.com/svrxjs/svrx/issues/new/choose).

## Contributing

Please see the [contributing guidelines](https://docs.svrx.io/en/contribution.html).

## Providing a new plugin

For contributors planning to write a new plugin, please see the [plugin development guide](https://docs.svrx.io/en/plugin/contribution.html).

[👉 See all plugins](https://svrx.io/plugin?query=svrx-plugin-)

0 comments on commit a8fc920

Please sign in to comment.