Skip to content

PostFixJS/Web-IDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web-based IDE for PostFix, built with the Monaco editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages