Skip to content

liamtran96/Real-time-collaborative-sandpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time-collaborative-sandpack

This example shows how you can use Sandpack and firepad-x to build a collbrative text editor.

sandpack-firepad-x.mp4

Running locally

Step 1. Clone the repo

git clone https://github.com/hussamkhatib/Real-time-collaborative-sandpack.git`

Step 2. Set up environment variables

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):

cp .env.local.example .env.local

Then set each variable on .env.local:

Step 3. Run in development mode

yarn install
yarn dev

Credits:

About

This example shows how you can use Sandpack and firepad-x to build a collbrative text editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.8%
  • HTML 14.2%
  • CSS 3.0%