https://github.com/makosai/apartly
https://github.com/makosai/apartly
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/makosai/apartly
- Owner: Makosai
- License: mit
- Created: 2024-09-19T04:18:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-17T20:26:09.000Z (5 months ago)
- Last Synced: 2025-08-28T21:20:56.195Z (about 2 months ago)
- Language: Svelte
- Homepage: https://apartly-psi.vercel.app
- Size: 209 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apartly
A new and exciting way to rent apartments with ease.
## Development
First run `npm install` before anything else.
Install and run locally (http://localhost:5173):
```sh
npm run dev
```Build and preview (http://localhost:4173):
```sh
npm run build && npm run preview
```Build and host for production (http://localhost:3000):
```sh
npm run build && node build
```You can pass a `HOST=127.0.0.1` and `PORT=80` if you want to change the IP and port.
You can view `packages.json` for more scripts to run like:
```sh
npm run supa:link && npm run supa:gen
```But that should already be up to date and committed.
## Extra
If you need to reverse from lat/long, you can fetch this API: `https://nominatim.openstreetmap.org/reverse?lat=43.5&lon=-73.5&format=jsonv2` or use an existing package.