Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 543 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 543 Bytes

Home Page

Description

This is the source code of Sothis's home page.

Build and Test Deploy

Prerequisite

Node installed.

Run npm i to install all dependencies.

Usage

Run npm start to run the web app locally.

Run npm test to run RTL tests.

Run npm build to build the project.

Switch to the build folder, run npx serve to serve static pages.