Skip to content

cforh/website

Repository files navigation

code-for-humans.com

This is our website.

Usage

As a developer get started as follows:

  1. Make sure you have Docker up and running
  2. Get Visual Studio Code with Dev Containers ready
  3. Open the project in the Dev Container and run pnpm install
  4. Start the development server with pnpm dev
  5. Lint the code with pnpm check
  6. Run tests with pnpm test
  7. Further steps are outlined in the developer guide.

As an administrator have a look at the setup guide.