Installing Raneto
Make sure you have met the minimum requirements then install Raneto:
Note: It is recommended to create a new Git repository to store your documentation files and then install Raneto as a dependency into it. See the example directory to see how this is done.
- Switch to your existing or new project directory.
- Add Raneto to your project via NPM's package.json file or downloading the latest version from the releases page
- In a terminal, run
npm install
to install the node dependencies - To start Raneto, run
npm start
(ornpm run start_win
on Windows) - Visit
http://localhost:3000
in your web browser
You can now start creating pages.
NOTE: See the Production Notes when installing for a live site.