Getting Started
Get started by Downloading the site source codes.
What you'll need
- Node.js (opens in a new tab) version 16.14 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
Start your site
- Create a folder and name it
rivoror you can name it anything. - Copy all the content form the downloded
developmentfolder. - Now customize the site according to your need.
- Run the development server:
open command prompt
cd rivor // or your folder name
yarn
yarn dev-
The
cdcommand changes the directory you're working with. In order to work with Rivor site, you'll need to navigate the terminal there. -
The
yarncommand build all the necessary packages for the site. -
The
yarn devcommand builds your website locally and serves it through a development server, ready for you to view at http://localhost:3050/ (opens in a new tab).