Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
/ irys-demo-au Public archive

Demo client for SIRI protocol developed with Aurelia.

Notifications You must be signed in to change notification settings

afimb/irys-demo-au

Repository files navigation

irys-demo-au

Demo client for SIRI protocol developed with Aurelia.

This project is a rewrite of the https://github.com/afimb/irys-demo project.

Install Aurelia client:

npm install aurelia-cli -g
git clone https://github.com/afimb/irys-demo-au
cd irys-demo-au
cp src/config.js.example src/config.js
npm install
```

### Fill the file src/config.js
Add all your SIRI servers informations in this file.

### Running the aurelia app
`au run`

### If you need to specify an alias in your URL
`export url_root_path=/my-alias/`

### Building the aurelia app
`au build --env prod`

About

Demo client for SIRI protocol developed with Aurelia.

Resources

Stars

Watchers

Forks

Packages

No packages published