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

Latest commit

 

History

History
36 lines (23 loc) · 1.54 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.54 KB

Buy Me A Coffee

schools-and-properties

A simple SPA that leverages from data captured from different domains and provides tools to plot and visualize said that to aid people in making decisions on where to live.

ci

Motivation

While researching for our next place to live I found myself constantly looking up 3 websites:

  • A property search website popular in Australia
  • Find My School to see which school would be in the catchment zone of the property I was interested in
  • Better Education to have an idea of school ranking that I found using the website above

It is annoying and exhausting to constantly swap between these websites so I decided to do something about it. This project is the initial thinking of what I want to do - yes, MVP, for those that like acronyms.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out the documentation.