https://github.com/hmsk/aza
Last synced: about 2 months ago
JSON representation
字
- Host: GitHub
- URL: https://github.com/hmsk/aza
- Owner: hmsk
- Created: 2020-08-23T02:18:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T09:35:24.000Z (about 4 years ago)
- Last Synced: 2025-04-02T21:09:50.750Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://aza.vercel.app
- Size: 10.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## aza monorepo
aza aims to propse a new, unprecedented form for entering a Japanese address.
### Packages
#### meta
A TypeScript project to provide a Japanese address searcher which expects a query for "aza" (字, 町丁目)
#### demo
A Next.js app to shwo an actual working demo which runs on Vercel.
### Development
```
yarn install
yarn build:meta # Build meta data
yarn dev:demo # Run Next.js demo app
```