Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 472 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 472 Bytes

pretalx-schedule

Project setup

npm ci

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build

Build for pretalx (web component)

Make sure the schedule and pretalx repositories share a root directory, then simply run

./update.sh

Release library to npm

npm version minor|patch
npm publish --access=public

Lints and fixes files

npm run lint