Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wentallout/haven
https://github.com/wentallout/haven
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wentallout/haven
- Owner: wentallout
- Created: 2023-08-02T09:40:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-14T09:31:54.000Z (about 1 year ago)
- Last Synced: 2023-08-14T10:40:38.751Z (about 1 year ago)
- Language: CSS
- Size: 428 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## What is this
This is the repo for Haven Archive. A minimal website to store and protect precious digital treasure.
Haven Archive is powered by Sanity Studio using a separate repo: https://github.com/wentallout/haven-studio
Sanity Studio URL: https://haven-archive.sanity.studio
## 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
```