Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 494 Bytes

Netlify Status

Omen

Building

The app code lives in the app folder. Use yarn to install dependencies.

cd app/
yarn

Create a .env file. See .env.example for environment variables which may be set.

For Omen builds, use yarn build.

The build directory in the app directory will now contain the build to be served.