ignatiusmb / mauss.dev

alchemauss source code

Home Page:https://mauss.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alchemauss

Personal website, handcrafted with ❤️ using these tools

Framework Library Parser
SvelteKit Syv Marqua

Contributing

Contributions are welcome! Here's a quick guide for getting started

# 1. Fork and clone this repository to your machine
#  ; Because this uses git submodules, we need to add this flag
git clone --recurse-submodules <url>

# 2. Initialize git submodules using the following
#  ; You can skip this step if you cloned with the flag above
git submodule update --init

# 3. Install the dependencies and run the development server
pnpm install

# 4. Run the development server
pnpm dev

Content

Content is managed as a submodule in alchemauss/content, any changes made to the content should be placed there (open a new PR).

# Update to the latest version using
git submodule update --remote --merge

Alchemauss | MIT License

About

alchemauss source code

https://mauss.dev

License:MIT License


Languages

Language:Svelte 71.8%Language:TypeScript 22.6%Language:CSS 3.7%Language:JavaScript 1.1%Language:HTML 0.9%