Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 227 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 227 Bytes

NoSlice Web Client

Installation

# Copy and update configurations for your needs
cp .env.dist .env

# Install dependencies
yarn install

Start application

# Start development server
yarn start