Skip to content

familyjs/rindo-site

Repository files navigation

Built With Rindo

Rindo Site

The Rindo site is the place for documentation on how to use Rindo.

Contributing Documentation Updates

The documentation content is formatted in markdown and can be found in the docs directory. Easiest way to make edits is to navigate to the markdown file to be updated, and click the Edit button in the top right (the pencil icon). After making the edit, submitting the changes will create a Pull Request (PR) for reviewed.

Building the Site

To build the site from the source, ensure you're using the most recent versions of Node and Npm, and pull the latest from master. Next, run npm install, npm run docs to build the docs files and npm start to launch the site in development mode.

License