8000 GitHub - denoland/doc_website: Archived. New version at https://github.com/denoland/docland
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

denoland/doc_website

Repository files navigation

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 (lucacasonato/now-deno#12)

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

{
  "functions": {
    "api/**/*.ts": {
      "runtime": "vercel-deno@0.8.0",
      "maxDuration": 10
    }
  },

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Contributors 26

  • 0