https://github.com/agrc/address-verification
A website to help verify addresses within Utah
https://github.com/agrc/address-verification
government-app terraform-managed website
Last synced: 7 months ago
JSON representation
A website to help verify addresses within Utah
- Host: GitHub
- URL: https://github.com/agrc/address-verification
- Owner: agrc
- License: mit
- Created: 2024-01-05T23:26:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T17:34:21.000Z (9 months ago)
- Last Synced: 2025-01-18T06:26:20.973Z (9 months ago)
- Topics: government-app, terraform-managed, website
- Language: TypeScript
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# addressverification
A simple web app for verifying addresses within the State of Utah
📖 See the [Remix docs](https://remix.run/docs) and the [Remix Vite docs](https://remix.run/docs/en/main/future/vite) for details on supported features.
## Development
Run the Vite dev server:
```shellscript
npm run dev
```## Deployment
First, build your app for production:
```sh
npm run build
```Then run the app in production mode:
```sh
npm start
```Now you'll need to pick a host to deploy it to.
### DIY
If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of `npm run build`
- `build/server`
- `build/client`