1.4.0 • Published 4 years ago

builderssg v1.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Static Site Generator (ssg)

Before you start using this static site generator you need to make sure that you have installed all required software tools.

1. Install Node.js and npm

You can use a Node installer to install both Node.js and npm on your system.

2. Check your Node.js installation

Open up your terminal.
$ node --version
$ npm --version

The output of each of those commands should be a version number. If entering those commands doesn’t show you a version number, go back and make sure you have installed Node.js.

3. Clone or Download ssg

You will need ssg in your machine, you can clone or download it using this link.

4. Install Dependencies

Open up your terminal and cd into your folder.
$ npm install

Documentation

You will find documentation here.