Skip to content

Commit 5a86a82

Browse files
committed
Updated README
1 parent 9fc0cdd commit 5a86a82

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.markdown

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# Grind Example Web
1+
<p align="center"><a href="https://grind.rocks"><img src="https://s3.amazonaws.com/assets.grind.rocks/docs/img/grind-template-web.svg" alt="Grind Template Web" /></a></p>
2+
3+
<p align="center">
4+
<a href="https://travis-ci.org/grindjs/example-web"><img src="https://img.shields.io/travis/grindjs/example-web.svg" alt="Build Status"></a>
5+
<a href="https://github.com/grindjs/example-web"><img src="https://img.shields.io/github/tag/grindjs/example-web.svg" alt="Latest Version"></a>
6+
<a href="https:/grind.chat"><img src="https://grind.chat/badge.svg" alt="Slack"></a>
7+
<a href="https://github.com/grindjs/example-web"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License"></a>
8+
</p>
9+
10+
# Grind Web Template
11+
12+
The Grind Web Template is an example project for building websites on [Grind](https://github.com/grindjs/framework). It’s also used as the default template in [Grind Installer](https://github.com/grindjs/installer) so you can quickly setup a new web project.
213

314
## Installation
415

@@ -23,4 +34,12 @@ bin/cli serve --cluster
2334
bin/cli serve
2435
```
2536

26-
You should now be able to go to [localhost:3100](http://localhost:3100).
37+
You should now be able to visit [localhost:3100](http://localhost:3100).
38+
39+
## Documentation
40+
41+
Full documentation for Grind is available on the [Grind website](https://grind.rocks/).
42+
43+
## License
44+
45+
Grind was created by [Shaun Harrison](https://github.com/shnhrrsn) and is made available under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)