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.
trivernis c0499dc37e | 11 months ago | |
---|---|---|
.woodpecker | 11 months ago | |
chart | 1 year ago | |
src | 1 year ago | |
.containerignore | 1 year ago | |
.gitignore | 1 year ago | |
.npmrc | 1 year ago | |
Containerfile | 1 year ago | |
LICENSE.md | 1 year ago | |
README.md | 11 months ago | |
biome.json | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
svelte.config.js | 1 year ago | |
tsconfig.json | 1 year ago | |
vite.config.ts | 1 year ago |
README.md
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+