doc_website icon indicating copy to clipboard operation
doc_website copied to clipboard

Archived. New version at https://github.com/denoland/docland

deno_doc frontend

This website is built with Next.js and automatically deploys to Vercel.

Contributing

Install Vercel CLI and run vercel dev. Currently not supported on Windows, see (https://github.com/lucacasonato/now-deno/issues/12)

For this to run succesfully you will need to change the functions object of the vercel.json file to:

{
  "functions": {
    "api/**/*.ts": {
      "runtime": "[email protected]",
      "maxDuration": 10
    }
  },

To install dependencies via npm, you must run npm install with the --legacy-peer-deps flag.