This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from ymcatwincities/4.x-build_md
docs: Introduce BUILD.md
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Welcome to Activity Finder | ||
|
||
# How to build applications | ||
|
||
When you use source code of Activity Finder you need to follow steps of how to compile latest versions of javascript applications, included within. | ||
|
||
|
||
## Internals | ||
|
||
Activity Finder contains three applications | ||
|
||
- Activity Finder v3 - folder /openy_af_vue_app | ||
- Activity Finder v4 - folder /openy_af4_vue_app | ||
- Camp Finder - folder /openy_cf_vue_app | ||
|
||
## Compillation | ||
|
||
In order to compile any of abobe three apps, follow steps below, please | ||
|
||
Go to respective folder | ||
|
||
Run in shell | ||
|
||
```sh | ||
npm install | ||
npm run build | ||
``` | ||
|
||
After these are finished - you'd see in dist folders latest versions of compiled applications, which will be automatically used by Acitivity Finder on a site. | ||
You would need to clear drupal and browser/cdn cache after obtaining new versions of compiled javascript files. |