Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.39 KB

README.md

File metadata and controls

49 lines (27 loc) · 1.39 KB

JKU Room Search

License Build Status Website Status

Search for free rooms on the campus of the Johannes Kepler University Linz.

Use this App

Go to jkuroomsearch.app

Build this App

Install Node.JS >= 16 and Yarn >= 2 and simply enter

yarn
yarn build

During development, start a local webserver and trigger development builds automatically with

yarn serve

If you use your own local webserver, you can instead use

yarn watch

Create the Index

Once installed, simply enter

yarn scrape

On success, you find a index.json file in the root directory that should go to /data/index.json on the webserver.

Contributing

Before committing, format and lint the code with

yarn format
yarn lint

As a shortcut, you can run both with

yarn fix

You can mimic the checks on the pipeline with

yarn gate