the-guild-org / website

The Guild website & blog
https://the-guild.dev
119 stars 60 forks source link
the-guild

the-guild.dev

This project contains the main source code for the-guild.dev website and it's sub-components.

Installing Dependencies

Run pnpm i from the root directory to get all the dependencies installed.

Running the Website (Development Mode)

Run cd website && pnpm dev to start the server locally.

Build and Run the Website (Production)

Run pnpm build followed by pnpm export to build and export a static version of the website in production mode.

Contributing to Our Blog

We use MDX (Markdown with JSX) for our blog posts. To add a new blog post: