ePoc Editor v2
Setup
# Install dependencies
npm install
# Run in dev mode
npm run dev
# Build electron app
npm run build
# Run unit test
npm run test
# Run end to end test
run run wdio
# Run linter
npm run lint
Setup preview
- Create a
.env
containing the Gitlab url and access token to fetch the preview files :GITLAB_URL
,GITLAB_TOKEN
- Run
npm run updatePreview
- Build or run the app in dev using above scripts