Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.32 KB

PostFix WebIDE

PostFix WebIDE is a JavaScript-powered PostFix IDE for the web, powered by the PostFixJS interpreter and the Monaco editor.

Getting started

This project was bootstrapped with Create React App. More information on how to perform common tasks is available here.

  1. Prerequisites: Install NodeJS 8 or later and the latest version of npm (comes with NodeJS) on your machine. You can download it here

  2. Clone PostFixJS beside this directory, i.e.

    |- postfixjs
    |  |- ...
    |  `- package.json
    `- webide
       |- ...
       |- README.md (this file)
       `- package.json
    
  3. Install all dependencies with npm install in the postfixjs directory and then in the webide directory

  4. To start development, run npm start
    This will start a development server that automatically reloads the page on changes.

Deploying the IDE

  1. Create a production-ready build with npm run build
    This will bundle the source files and create minified versions of them for faster loading.

  2. Deploy the contents of the build directory to a web server