Herby Vojčík fa4fa4c43a 0.11.3 | 5 lat temu | |
---|---|---|
resources | 5 lat temu | |
src | 5 lat temu | |
.gitignore | 6 lat temu | |
Gruntfile.js | 5 lat temu | |
LICENSE-MIT | 6 lat temu | |
README.md | 6 lat temu | |
app.js | 9 lat temu | |
bootstrap.amd.json | 5 lat temu | |
codemirror.amd.json | 5 lat temu | |
es6-promise.amd.json | 5 lat temu | |
index.html | 5 lat temu | |
index.js | 6 lat temu | |
jquery-ui-dist.amd.json | 5 lat temu | |
jquery.amd.json | 5 lat temu | |
local.amd.json | 5 lat temu | |
package-lock.json | 5 lat temu | |
package.json | 5 lat temu | |
polyfills.js | 5 lat temu | |
require-css.amd.json | 5 lat temu | |
requirejs.amd.json | 5 lat temu | |
showdown.amd.json | 5 lat temu | |
typeahead.js.amd.json | 5 lat temu |
Helios IDE for Amber Smalltalk
The following packages need to be installed globally:
node
(NodeJS)npm
(NodeJS package manager)grunt-cli
(build packages on the commandline)@ambers/cli
(for serving and creating Amber applications)There are two ways how to contribute. Both ways require forking this repo first and fetching all required packages via NPM and Bower.
git clone https://lolg.it/amber/helios.git
cd helios
npm run init
If you only want to contribute to Helios itself you can now run Helios as a regular Amber application by executing
amber serve
and visiting http://localhost:4000/
in the browser.
As Helios is still coupled with Amber, you need occasionally make change to Amber itself,
not just to Helios code.
The recommended way is to fork and clone Amber repository itself for development
(see https://github.com/amber-smalltalk/amber/blob/master/CONTRIBUTING.md,
"Setup your Amber clone" part and use your own fork in the "clone Helios" step).
This allows you to develop Amber itself, @ambers/cli
and Helios simultaneously.