Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Online Code Editor

A useful tool to edit your code and text online.

Note

This project is no longer mantained and will not be updated for the forseeable future.

Features

  • Change the font size
  • Change the color
  • Change the highlighter
  • Change the type of text
  • Add links
  • Syntax highlighting

Self-hosting with Python

Requirements:

  • Python 3.x

  • Basic server knowledge

Guide

First, clone this repo using this command:

$ git clone https://github.com/DevArxify/online-code-editor.git

Then, enter the folder that you just cloned.

$ cd online-code-editor

And finally, host it on a local server in your computer:

$ python3 -m http.server 80

Now, you'll be able to access the server on your localhost:80.

Self-hosting with Docker

Requirements:

Guide

This is very simple. Just create a container with the image that I made for this project.

$ docker run -p 80:80 --name online-code-editor arxify/online-code-editor:latest

Access

If you don't want to self-host the website, you can access via this two demo links:

Credits

Arxify Innovations, 2022.
Credits to AsmrProg for most of the code. (I improved and changed some of it)
Licensed under the MIT License.

DigitalOcean Referral Badge

About

Online code editor made in HTML.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages