Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 643 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 643 Bytes

rojo.space v2

Work-in-progress rewrite of rojo.space to drop Gatsby and MkDocs in favor of a single solution. Builds upon parcel-ssg-example, an experiment I ran to see if building an ad hoc SSG was feasible. It is!

Requirements

  • Node.js 12.x

Usage

As always, install dependencies first:

npm install

To run in development mode:

npm run dev

To build to the dist/ directory:

npm run build

License

Available under the MIT license. See LICENSE.txt or https://opensource.org/licenses/MIT for details.