Serverless Pre-Rendering Demo
Developing
Once you have Now CLI installed, you can run now dev
to set up the code locally.
npm i -g now
now dev
By default, the content on the site is based off our public Notion page.
To edit and create content through your own Notion page, sign up for Notion, and update the PAGE_ID
on data/notion.js
with the Page ID of your page.
Deploying
Deploying is one command:
now
Integrate with GitHub and GitLab
We recommend setting up the Now for GitHub or Now for GitLab integration.
This allows you to simply push your code to deploy.
About
Our mission at ZEIT is to make the cloud accessible to everyone. We do that by creating products that improve developer experience, provisioning infrastructure that is globally available, and by teaching the developer community about serverless-related technology.
Follow us on Twitter.