https://github.com/matschik/monument-maps
https://github.com/matschik/monument-maps
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matschik/monument-maps
- Owner: matschik
- Created: 2024-03-12T00:27:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T12:26:48.000Z (over 1 year ago)
- Last Synced: 2025-01-18T09:22:01.023Z (9 months ago)
- Language: HTML
- Homepage: https://monument-maps.vercel.app
- Size: 502 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏛️ Monument Maps
[Website](https://monument-maps.vercel.app)
Using SvelteKit, UnoCSS, Yoga GraphQL, Houdini GraphQL
APIs: Overpass API, Wikidata API## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), 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`.