You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
2
13
3
14
## Installation
4
15
@@ -23,4 +34,12 @@ bin/cli serve --cluster
23
34
bin/cli serve
24
35
```
25
36
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