Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/risgar/altdeutsches-woerterbuch
https://github.com/risgar/altdeutsches-woerterbuch
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/risgar/altdeutsches-woerterbuch
- Owner: RisGar
- License: eupl-1.2
- Created: 2023-08-28T17:34:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-19T10:24:40.000Z (5 months ago)
- Last Synced: 2024-08-19T12:21:54.763Z (5 months ago)
- Language: Svelte
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# altdeutsches-woerterbuch
## Developing
Once you've created a project and installed dependencies with `pnpm`, start a development server:
```fish
pnpm db:push# or start the server and open the app in a new browser tab
pnpm dev
```## Building
To create a production version of the app:
```fish
pnpm db:push
pnpm build
```You can preview the production build with `pnpm preview`.
To run the app on Node.JS run `node build`.