Skip to content

Latest commit

 

History

History
190 lines (158 loc) · 10.2 KB

README.md

File metadata and controls

190 lines (158 loc) · 10.2 KB

Surface Editor

"Not replacing developers, but helping developers."

Surface Editor is a code editor built by developers for developers—not an auto-coding tool that churns out Flappy Bird clones. It’s a tool designed specifically to enhance coding efficiency by combining the power of AI with a revolutionary new UI, introducing a whole new way to code.

darwin32_demo_ui

[ Table of Contents ]

[ About the Project ]

BUILT WITH

OpenAI React Express Prettier CodeMirror MonacoEditor Electron

Languages

CONTRIBUTORs

[ To Everyone ]

[ To Developers ]

UI PROTOTYPE

Figma

REQUIRED INSTALLATION

Node

RECOMMENDED INSTALLATION for further development

VSC Docker Postman

LOCAL SETUP

Instructions to run this application on a local machine

1.Run the whole application in a docker container

  • Setup using Docker
    • run docker-compose up -d

OR

2.Run the frontend and backend applications separately

  • Setup Frontend Testing Application

    • To Frontend Testing Application Directory cd MAIN
    • To install required modules npm install
    • Run Frontend Testing Application npm start
    • Heading to the Application http://localhost:3000/
  • Setup Backend Code Server

    • Download .env file 'https://drive.google.com/file/d/10x2XNaH_Ko8ncjUSoqfYZSdqy3UwZxKG/view?usp=sharing' and move this file under Directory backend_services/code_services (make sure this file to be renamed as '.env')
    • To Backend File Server Directory cd backend_services/code_services
    • To install required modules npm install
    • Run Backend File Server npm start
    • Server will running on http://localhost:8200/ in development mode

JOIN THE DEVELOPMENT TEAM

Discord