chasgames / doc_website

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

Home Page:https://doc.deno.land/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://doc.deno.land/

License:MIT License


Languages

Language:TypeScript 92.2%Language:CSS 4.7%Language:JavaScript 3.1%