Skip to content

countr/website

Repository files navigation

Build test Linting DeepScan grade docusaurus version GitHub Issues GitHub Pull Requests

Countr Website

This website is built using Docusaurus 2 and deployed using Cloudflare Pages.

The deployed version is available at countr.xyz or countr.pages.dev.

Contribute

You can contribute in two ways:

  1. Edit or create new content in the /content directory. You don't need to know programming to write new content, but you should know some markdown. If not then we'll help you out :)
  2. Edit the actual source code of the website. You need programming for this though.

Any contribution is welcome as long as it follows our guidelines.

Installation

$ npm i -g pnpm
$ pnpm i

Local development

$ npm run dev

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build and test

$ npm run build
$ npm run serve

This generates static content into the build directory and can be served using any static contents hosting service. The second command also serves the content locally for testing.