retronhosting
v1.1.0
Published
Host websites easliy
Downloads
1
Readme
retronhosting
In your index.js file:
const retronhost = require("retronhosting");
retronhost.setup("./config.retronhosting.js")
Make a file named "config.retronhosting.js" Insert this code in the file:
{
"pages": {
"/": "pages/index.html"
},
"404": "pages/404.html"
}
This file is kindof self-explanitory