14 lines
383 B
Markdown
14 lines
383 B
Markdown
# Requirements
|
|
- Node 14
|
|
|
|
# Setup
|
|
- Install Node 14 (recommend using nvm)
|
|
- Install yarn globaly `npm i -g yarn`
|
|
- Clone repository `git clone https://git.hofmannnet.myhome-server.de/GermanAirlines/ga-test.git`
|
|
- CD into repository
|
|
- Fetch dependencies: `yarn install`
|
|
|
|
# Scripts
|
|
- Dev server: `yarn start`
|
|
- Prod build: `yarn build`
|
|
- Demo prod build: `yarn demo`. Requires Python 3 |