xemuj / notion-clone

This is a very humble Notion.so clone...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A humble Notion clone

this is a toy projet that implements some type of marriage between a text editor and a wiki. Its a intersting concept, and you can find more about it here https://www.notion.so/.

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/notion-clone; npm install
    
  3. Start your app

    npm run dev
    

Changelog

0.1.0

  • Initial release

License

Copyright (c) 2016

Licensed under the MIT license.

About

This is a very humble Notion.so clone...

License:MIT License


Languages

Language:Vue 55.9%Language:JavaScript 41.6%Language:CSS 2.5%