Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greenheart/reconnect.earth
https://github.com/greenheart/reconnect.earth
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/greenheart/reconnect.earth
- Owner: Greenheart
- License: agpl-3.0
- Created: 2023-08-13T10:27:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T16:07:43.000Z (26 days ago)
- Last Synced: 2024-10-20T18:52:59.219Z (25 days ago)
- Language: Svelte
- Homepage: https://reconnect-earth.vercel.app
- Size: 22.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Reconnect.earth
## Developing
Once you've installed dependencies with `pnpm install`, start a development server:
```bash
pnpm dev
```**NOTE:** We're using `https` for local development to enable some browser features needed for the lifewheel app.
## Editing content
- Add or update resources, by making changes in `resources.json`.
- Before new tags can be used, they need to be defined in [./src/lib/constants.ts](./src/lib/constants.ts).
- Resource types always appear first in the list of tags and show the type of content (written/spoken/visual).
- Resource categories can be added to connect resources to the most important keywords.## Building
To create a production version the project:
```bash
pnpm build
```You can preview the production build with `pnpm preview`.