Skip to content

Fiogan/main

 
 

Repository files navigation

ChoiceScript IDE

This repository contains the main source code for the ChoiceScript IDE.

Status

Overview of the health of the many components that make up the ChoiceScript IDE.

Component upstream-merge build + test
ChoiceScript merge-upstream test
monaco-choicescript merge-upstream build
vscode-choicescript-languageservice merge-upstream test
monaco-json merge-upstream build
vscode-json-languageservice merge-upstream test
monaco-languages merge-upstream test
monaco-editor merge-upstream build Upstream Editor CI
CSIDE/main N/A build

Building

Prerequisites

You'll want the following installed in order to build CSIDE:

  • NodeJS v10.X and associated version of npm
  • Global install of latest grunt-cli (npm install grunt-cli -g)

This is what the CLI runs with. Other versions/combinations may work but please try this combination before reporting a build bug.

Process

  1. Clone this repo
  2. cd main
  3. npm install
  4. grunt

Optionally you can do "grunt" + build-with-mac, or, build-with-windows, or, build-with-nwjs (both). Otherwise the /build folder will contain the build and the /release folder will contain an nwjs .nw file.

License

CSIDE specific code is Copyright 2017 by Carey Williams. Used libraries/repos/modules/frameworks are treated with respect to their license(s).

A credit list is maintained at: /source/help/acknowledgements.md Please let me know if you spot any missed acknowledgements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.9%
  • HTML 13.8%
  • CSS 9.9%
  • Inno Setup 0.4%