You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
494 B
Markdown
32 lines
494 B
Markdown
# Plantwiki ([live version](https://plantwiki.trivernis.dev))
|
|
|
|
This repo is a website that contains information about my houseplants.
|
|
|
|
## How to build
|
|
|
|
```bash
|
|
npm install
|
|
npm run build
|
|
```
|
|
|
|
Or build the container with
|
|
|
|
```bash
|
|
podman build .
|
|
```
|
|
|
|
## Developing
|
|
|
|
Install dependencies with `npm install` (or `pnpm install` or `yarn`) and 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
|
|
```
|
|
|
|
## License
|
|
|
|
CNPLv7+
|