Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.23 KB

File metadata and controls

31 lines (23 loc) · 1.23 KB

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

Note : If you want to contribute, first fork the original repository and clone the forked repository into your local machine followed by cd into the directory

git clone https://github.com/USERNAME/open-event-frontend.git
cd open-event-frontend
  • yarn
  • cp .env.example .env

Note: Open Event Frontend supports FastBoot which is disabled for the development environment and is controlled by the flag FASTBOOT_DISABLED in the .env file.

Running / Development