A svelte rewrite of plantwiki
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
Remove arm from build platforms
10 months ago
.woodpecker Remove arm from build platforms 10 months ago
chart Change mostera rotation 10 months ago
src Change mostera rotation 10 months ago
.containerignore Increment the app version 10 months ago
.gitignore Add initial plantwiki style and content 10 months ago
.npmrc Add initial plantwiki style and content 10 months ago
Containerfile Remove domain from helmchart and container for now 10 months ago
LICENSE.md Modify README and add License 10 months ago
README.md Add pipeline status badge 10 months ago
biome.json Add initial plantwiki style and content 10 months ago
package-lock.json Fix domain headerr in helm chart 10 months ago
package.json Modify README and add License 10 months ago
svelte.config.js Improve image handling 10 months ago
tsconfig.json Move plant configuration to different files (one per plant) 10 months ago
vite.config.ts Improve image handling 10 months ago

README.md

Plantwiki (live version) status-badge

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+