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