Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfiers/housemap
Comparing 🏠's to buy or rent? See their distances to POIs
https://github.com/tfiers/housemap
Last synced: about 2 months ago
JSON representation
Comparing 🏠's to buy or rent? See their distances to POIs
- Host: GitHub
- URL: https://github.com/tfiers/housemap
- Owner: tfiers
- License: mit
- Created: 2023-02-25T16:33:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T21:10:20.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T07:05:23.272Z (9 months ago)
- Language: HTML
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: License.md
Awesome Lists containing this project
README
# House Map
---
> From `npm create svelte`:## Developing
Install installed dependencies with `npm install` (or `pnpm install` or `yarn`).
Then start a development server:```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.