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

Commit

Permalink
docs: Introduce BUILD.md
Browse files Browse the repository at this point in the history
Addressing: #67 (comment)
Requested-by: @hamrant 
Initiated-by: @duozersk 
Fixed-by: @podarok
  • Loading branch information
podarok authored Nov 8, 2021
1 parent 70866b8 commit 73361c6
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 73361c6

Please sign in to comment.