Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 402 Bytes

File metadata and controls

26 lines (18 loc) · 402 Bytes

openstack-cow Web Frontend

Setup

  1. Setup environment variables: copy the file example.env to a new file called .env at the project root. Then modify the variables in .env as per the provided instructions.

  2. In the project root, run:

npm install

Run in Development

npm run dev

Build and Preview Production

npm run build
npm run preview