Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 763 Bytes

File metadata and controls

23 lines (17 loc) · 763 Bytes

Local

Follow these steps to set up the project locally.

Dependencies

You will need the following things properly installed on your computer.

It is also recommended to have watchman installed to speed up the file-watcher/auto-build service of the ember build server.

Steps

  • git clone <repository-url> this repository
  • cd open-event-frontend
  • yarn
  • cp .env.example .env

Running / Development