Follow these steps to set up the project locally.
You will need the following things properly installed on your computer.
- Git
- Node.js 8.x LTS
- Yarn
- Ember CLI -
yarn global add ember-cli
It is also recommended to have watchman installed to speed up the file-watcher/auto-build
service of the ember build server.
git clone <repository-url>
this repositorycd open-event-frontend
yarn
cp .env.example .env
ember serve
- Visit your app at http://localhost:4200.