Skip to content

joe-shajan/flicker-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to setup locally

  1. clone this repo

    git clone https://github.com/pesto-students/team-chiranjib-2-flicker-docs.git
    
  2. install packages in client and start app

    cd client
    yarn
    yarn start
    
  3. install packages in server and start server

    cd server
    yarn
    yarn run dev
    

note: copy .env.example in client to .env and add .env in server

About

AI powered Realtime colaborative text editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.3%
  • JavaScript 4.5%
  • CSS 4.1%
  • HTML 1.1%