Skip to content

treezy254/S-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S-editor

An interactive code learning platform.

If you want to run the platform locally, you can first clone the repository from

git@github.com:treezy254/S-editor.git
Screenshot (5)

Then install the necessary dependencies with

npm init

npm start

To build and run for productions, you can use

npm run build

How to record screencasts

  1. Go to the scrims page
  2. Create a new scrim
  3. Click on the scrim for editing
  4. You will be redirected to a new page
  5. On the page you will be present by a text editor and two (record and save) buttons.
  6. Click start recording and start typing code on the text editor.
  7. You can run your code using the run button and also toggle the console using the console button.
  8. After you've fininished, click stop recording and save the screencast.

Releases

No releases published

Packages

No packages published

Languages