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.
494 B
494 B
Plantwiki (live version)
This repo is a website that contains information about my houseplants.
How to build
npm install
npm run build
Or build the container with
podman build .
Developing
Install dependencies with npm install
(or pnpm install
or yarn
) and start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
License
CNPLv7+