A cross-platform IDE for Tingbot, built in Javascript using Electron.
This project uses Node.js, Python 2.7 and some modules. For now, these have to be manually installed.
setx PATH "%PATH%;C:\Python33\Scripts"
from the terminal. This will add Python to your path.npm install --global --production windows-build-tools
Node v6 is required to build and run, and some custom flags to build.
brew install node
nvm install 6
export CXXFLAGS="-mmacosx-version-min=10.9" LDFLAGS="-mmacosx-version-min=10.9"
nvm install 6
npm run build-python
npm install
./node_modules/.bin/webpack
npm run dev
(this will run webpack watching for changes while starting the app)Check the issues list for outstanding bits of work we'd like help with.
If you have an idea for a feature/change, create an issue describing the change before starting work so we can discuss. Then fork the project, and open a pull request with your changes. Try to keep pull requests focused on the problem/feature
We also have a Slack team where everything is discussed. Join us!
We have a code of conduct.
If you're new to open source, welcome! This project should be a great way to get your feet wet.