ruptor
v0.46.0
Published
Ruptor is a fast static site generator for ambitious makers to turn ideas into exceptional websites.
Downloads
80
Readme
Ruptor
Ruptor is a fast static site generator for ambitious makers to turn ideas into exceptional websites.
More information can be found at the official website.
Note: This repo does not contain the source code, only the compiled and minifed files.
The current release is beta version 0.46.0. Expect there to be bugs and incomplete features, so use it at your own risk.
System requirements
- Node.js 12.18 or later
- Node.js ECMAScript modules
- Node.js Experimental loader feature
--experimental-loader
Create new Ruptor project
- Run
npm init ruptor@latest my-project
to scaffold a default Ruptor project (Replace 'my-project' with your project name). cd my-project
to go into the newly created project directory.- Install dependencies using
npm install
. - Run
npm run ruptor
to start the SDK, which will initiate the development server at port 8080. - Navigate to
localhost:8080
in your browser.
Documentation
Documentation can be found at the website.
Changelog
Changelog can be found at the website.