Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/risgar/altdeutsches-woerterbuch


https://github.com/risgar/altdeutsches-woerterbuch

Last synced: about 2 months ago
JSON representation

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`.