Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.35 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.35 KB

Ts.ED logo

Ts.ED Vercel

PR Welcome semantic-release code style: prettier backers

Website   •   Slack   •   Twitter

See Ts.ED project for more information.

Installation

yarn install

Tasks

Important! Ts.ED requires Node >= 12, Express >= 4 and TypeScript >= 4.

# install dependencies
$ yarn install

# serve
$ yarn start

# build for production
$ yarn build

# deploy on vercel
$ yarn deploy