Skip to content

dnnsmnstrr/muenstererOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

632 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muenstererOS

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Env variables for Algolia Zettelkasten search:

PUBLIC_ALGOLIA_API_ID=
PUBLIC_ALGOLIA_API_KEY=

Changelog

After making a major change, add an entry to changes.json in this format:

{
    "date": "yyyy-MM-dd",
    "title": "Name of Change",
    "description": "Short description of what was changed.",
    "path": "/path-to-page"
},

If a new page was added, also include it in pages.json. This is used to generate a sitemap.

Save the file and run npm run xml to generate the updated feed.

About

My personal website built with shadcn components in SvelteKit

Topics

Resources

Stars

Watchers

Forks

Contributors