website-build
v1.0.0
Published
This lets you create beautiful websites on your local machine. You can do this by doing the following
Downloads
4
Maintainers
Readme
website-build
This lets you create beautiful websites on your local machine. You can do this by doing the following
How to Use
To use this, first, install it by doing:
npm install website-build
Then, require it in your code and initialize it. Normally, you would use 'guest':
const { guest, values: builderConstants } = require('website-build');
const page = guest().newPage(3000) // 3000 is the localhost port.
page.config({title: "Test"})
In page
, you can add stuff to your page like tables, headings and more.
You can also do custom styles.
FAQ
How do I add custom styles?
To add custom styles, in page
, do:
page.style(`css_here`)
Is this free?
While the API key management isn't implemented, it is free, but when the API keys are implemented, it will be £3.99 per month.