Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denoland/doc_website

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

deno

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# deno_doc frontend

This website is built with [Next.js](https://nextjs.org) and automatically deploys to [Vercel](https://vercel.com).

### Contributing

Install [Vercel CLI](https://vercel.com/download) 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:

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

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