Skip to content

Latest commit

 

History

History
94 lines (56 loc) · 1.75 KB

README.md

File metadata and controls

94 lines (56 loc) · 1.75 KB

Sycon - Frontend

Online text editor with real time collaboration built using React.js and Node.js

Demo

https://sycon.vercel.app

Screenshots

App Screenshot

Features

  • Progressive Web App (PWA)
  • Real Time collaboration
  • Responsive and Dynamic

Run Locally

Clone the project

  git clone https://github.com/Pinqua/Sycon-Frontend

Go to the project directory

  cd Sycon-Frontend

Install dependencies

  npm install

Create a .env file inside project directory with fields given below.

  REACT_APP_SERVER_URL= #add server url here
  GENERATE_SOURCEMAP=false

Start the server

  npm run start

Contributing

Contributions are always welcome!

License

MIT



If you liked the repository, show your ❤️ by starring and forking it.