Rivor
HTML
Get Started

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

  1. Create a folder and name it rivor or you can name it anything.
  2. Copy all the content form the downloded development folder.
  3. Now customize the site according to your need.
  4. Run the development server:
open command prompt
cd rivor // or your folder name
yarn
yarn dev
  • The cd command changes the directory you're working with. In order to work with Rivor site, you'll need to navigate the terminal there.

  • The yarn command build all the necessary packages for the site.

  • The yarn dev command 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).