Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Commit

Permalink
update the README with build instructions
Browse files Browse the repository at this point in the history
fixes #10
  • Loading branch information
adamsiembida committed Aug 20, 2017
1 parent 7654303 commit 309d542
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
File renamed without changes.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ mapping and directions services.
The website is meant for desktop only. I presume it could be adapted to work on
mobile, but I believe a native app might work better for this purpose.

# Building

Perform the following steps to build the distribution files. The files are
generated in `/dist`.

1. `ng build --prod --base-href http://www.should-i-leave-yet.com/`
2. Delete the automatically generated `3rdpartylicenses.txt` file from the `dist`
folder. The tool seems to miss required licenses.
3. Review the manually generated `3rd-party-licenses.txt` for errors. Make sure
to add any new libraries.
4. If the `3rd-party-licenses.txt` file is void of any errors, copy it into the
`dist` folder.

# Contributions

TypeScript and JavaScript aren't my primary languages. In fact, my expertise
Expand Down

0 comments on commit 309d542

Please sign in to comment.