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

docs: Introduce BUILD.md #109

Merged
merged 1 commit into from
Nov 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.