Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #109 from ymcatwincities/4.x-build_md
Browse files Browse the repository at this point in the history
docs: Introduce BUILD.md
  • Loading branch information
hamrant authored Nov 8, 2021
2 parents 70866b8 + 73361c6 commit 2cb50fe
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions BUILD.md
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.

0 comments on commit 2cb50fe

Please sign in to comment.