Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 328 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 328 Bytes

Notion VuePress Site

This repo contains VuePress source for the Notion home page and documentation.

Development

This project is built using Yarn 1.12 or higher. If you're using Notion, this will be guaranteed. ;)

To preview and work on the site, run:

# fetch dependencies
yarn

# run a dev server
yarn dev