Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The Guild website & blog

NotificationsYou must be signed in to change notification settings

the-guild-org/website

Repository files navigation

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

Installing Dependencies

Runpnpm i from the root directory to get all the dependencies installed.

Running the Website (Development Mode)

Runcd website && pnpm dev to start the server locally.

Build and Run the Website (Production)

Runpnpm build followed bypnpm export to build and export a static version of the website inproduction mode.

Contributing to Our Blog

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

  • Create a new MDX file inwebsite/pages/blog directory with the same template as other blog posts
  • Update the meta object with all the information regarding the blog post including title,thumbnails, author name, etc.
  • Any assets related to the blog can be placed inwebsite/public/blog-assets directory within itsown folder
  • If you are contributing for the first time, make sure that you add your details inui/authors.tsfile with a new entry to theauthors object
  • Once you send us a PR, we will review the same, provide the feedback as necessary and merge it ifeverything looks good

About

The Guild website & blog

Topics

Resources

Stars

Watchers

Forks

Contributors64


[8]ページ先頭

©2009-2025 Movatter.jp