Skip to content

ignatiusmb/mauss.dev

Repository files navigation

Personal website, handcrafted with ❤️ using these tools

Framework Library Parser
SvelteKit Syv Aubade

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