Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 553 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 553 Bytes

Shadow Frontend

This project contains the main features of the shadow application.

If you want to contribute, please refer to the contributing guidelines of this project.

Documentation

Quick Start

install dependencies using yarn

yarn --registry https://registry.npmjs.org/

start the development server

yarn dev

build with production mode

yarn build

# start the application after build
yarn start

May the Shadow Be with you