Welcome to the, official, frontend for the Just Arrived matching service.
- NodeJS 5
- Angular 1.4
$ git clone git@github.com:justarrived/just-match-frontend.git
$ cd just-match-frontend
$ script/setup
$ script/server
# You can now open http://localhost:9000
You now have a NodeJS webserver accepting requests at http://localhost:9000 and a server on /api proxying to api.example.com.
$ git clone git@github.com:justarrived/just-match-frontend.git
In order to run the app make sure you have Ruby and SASS installed, if you don't follow step 1 and 2 in this guide: https://www.impressivewebs.com/sass-on-windows/.
Install grunt
sudo npm install -g grunt-cli
Install all dependencies
npm install
Finally start the app
grunt watch
You now have a NodeJS webserver accepting requests at http://localhost:9000 and a server on /api proxying to api.example.com.
Build release
$ grunt build
There are a few connivence commands
script/bootstrap
- installs/updates all dependenciesscript/setup
- sets up a project to be used for the first timescript/server
- starts app
We would love if you'd like to help us build and improve this product for the benefit of everyone. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Any contributions, feedback and suggestions are more than welcome.
If you want to contribute
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Translations are managed at Transifex.
To push or pull new translations, you need to install the Transifex client.
Fetch translations from transifex
$ script/pull-translations
Push source language file to transifex
$ script/push-translations
The configuration is in .tx/config.
This project is open source and licensed under the permissive MIT license