Liber notarum is a versatile note-taking app built with SvelteKit and Prisma that lets you manage and utilize your markdown content effectively.
Key Benefits:
Getting Started
git clone https://github.com/Michael-Obele/libernotarum.git
cd liber-notarum
npm install # or yarn install
prisma/schema.prisma
.
Run migrations to create or update your database schema:npx prisma migrate dev
Replace dev
with your desired environment (e.g., production
) if applicable.Development
npm run dev # or yarn dev
This opens the application in your default web browser, usually at http://localhost:5173/
.src
directory using a code editor (e.g., Visual Studio Code, Sublime Text).
The development server automatically refreshes the browser for a streamlined workflow.Deployment
Refer to the SvelteKit documentation for detailed deployment instructions based on your preferred hosting platform: https://kit.svelte.dev/docs/building-your-app
Contributing
We welcome contributions to liber notarum! If you have ideas for improvement or want to fix bugs, please create a pull request on GitHub. Refer to our contribution guidelines (if available) for a smooth review process.