@@ -17,6 +17,10 @@ Just run `npm start` no need to install anything...
Just add some tests to the test file and run `npm test`
+### Preview
+
+[Preview]https://server.herton.work
## License
This is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
@@ -3,6 +3,11 @@
"version": "1.0.0",
"description": "Single page node server with no dependencies",
"main": "htmlServer.js",
+ "repository": {
+ "type": "git",
+ "url": "https://git.hersidea.com/herton/server"
+ },
+ "homepage": "https://server.herton.work",
"scripts": {
"start": "node server.js",
"test": "node test.js"