Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 654 Bytes

About

This is the source code for Approach Zero search page front-end written in Vue3.

There is an old one written in 2017 which serves a lot of traffic but not mobile friendly. This one enables users to input math more easily on mobile device, and it should look more beautiful?

Good retirement! 🏠 👴

Development Setup

$ npm install
$ npm run watch

View the webpage at http://localhost:19985.

Deployment Setup

Set environment variable A0_RELAY_URL (so that the AJAX request will target to $A0_RELAY_URL/?p=1&q=your_query) and issue

$ npm run build
$ npm run serve