PostFix WebIDE is a JavaScript-powered PostFix IDE for the web, powered by the PostFixJS interpreter and the Monaco editor.
This project was bootstrapped with Create React App. More information on how to perform common tasks is available here.
-
Prerequisites: Install NodeJS 8 or later and the latest version of npm (comes with NodeJS) on your machine. You can download it here
-
Clone PostFixJS beside this directory, i.e.
|- postfixjs | |- ... | `- package.json `- webide |- ... |- README.md (this file) `- package.json
-
Install all dependencies with
npm install
in thepostfixjs
directory and then in thewebide
directory -
To start development, run
npm start
This will start a development server that automatically reloads the page on changes.
-
Create a production-ready build with
npm run build
This will bundle the source files and create minified versions of them for faster loading. -
Deploy the contents of the
build
directory to a web server