Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 426 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 426 Bytes

Vue Notion Clone

This was the result of a one-day build challenge.

Most buttons haven't been implemented, but the base functionality is all here. Code is not refactored and most likely a bit spaghetti.

Have a look around 😎

Demo: https://deanmikan.github.io/notion-clone/

By Dean Mikan

To Run It

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev