Skip to content

Offline version of the UNHCR Emergency Handbook website

Notifications You must be signed in to change notification settings

ahmedmukhtar1133/vardot-app

Repository files navigation

Install

Clone the repo and install dependencies:

npm install

Starting Development

HTML directory must be placed before running the project. HTML directory is not included in git due to size limitations. Manually copy the extracted html directory at below path: release/app/html

Start the app in the dev environment:

npm start

Packaging for Production

Before packaging app make sure you've below html directories inside release directory:

  • htmlLoggedIn (Auth/LoggedIn version)
  • htmlLoggedOut (LoggedOut version)

Note: Names of directories must be same as mentioned above.

To package apps for the local platform:

For LoggedOut version:

npm run package

For LoggedIn/Auth version:

npm run package:auth

About

Offline version of the UNHCR Emergency Handbook website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published