This website is built with Next.js and automatically deploys to Vercel.
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": "vercel-deno@0.8.0",
"maxDuration": 10
}
},
To install dependencies via npm, you must run npm install
with the --legacy-peer-deps
flag.