Skip to content

0x0conan/website

 
 

Repository files navigation

Taiko documentation website

Install pnpm

Make sure you have pnpm installed on your system. You can install it by npm as well:

npm install -g pnpm

or on any POSIX systems by wget one-line official command:

wget -qO- https://get.pnpm.io/install.sh | sh -

for any specific cases or systems check the official page: https://pnpm.io/installation.

Install dependencies

pnpm install

Start a local development server

pnpm dev

Create redirects for broken links

Look at next.config.js and nextjs redirect docs.

Contributing

Refer to CONTRIBUTING.md.

Releases

No releases published

Packages

No packages published

Languages

  • MDX 39.9%
  • TypeScript 30.9%
  • TeX 28.1%
  • Other 1.1%