Skip to content

A Webmaker-configured version of the mozilla/nimble project. -- An in-browser version of Brackets.

License

Notifications You must be signed in to change notification settings

Plumpernickel/nimble.webmaker.org

 
 

Repository files navigation

nimble.webmaker.org

A Webmaker-configured version of the mozilla/nimble project. -- An in-browser version of Brackets.

Engines/Platforms

  • Node.js: v0.10+

Installation and Use

  1. Clone the nimble.webmaker.org repository.
$ git clone https://github.com/mozilla/nimble.webmaker.org.git --recursive
  1. In your nimble.webmaker.org directory, install all of the necessary dependencies:

If you don't already have grunt-cli installed globally, here is the console command using npm -

$ sudo npm install grunt-cli -g

Afterwards, install the npm modules -

$ npm install

Next, install submodules' dependencies -

$ grunt init
  1. Copy the distributed environment file via command line, or manually using a code editor:
$ cp env.dist .env
  1. Run the MakeDrive server:
$ npm start

You will now have nimble.webmaker.org running on localhost via port 8003 - http://localhost:8003

About

A Webmaker-configured version of the mozilla/nimble project. -- An in-browser version of Brackets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published