nteract / play

The code base for the nteract Play app
https://play.nteract.io/
BSD 3-Clause "New" or "Revised" License
14 stars 19 forks source link

nteract Play

Play with nteract. No installation needed. We developed nteract play to provide an interactive playground for users to run code samples against a [Binder](https://mybinder.org) instance. nteract is an open-source organization committed to creating fantastic interactive computing experiences that allow people to collaborate with ease.





## Index - [Development](#development) - [Pre-Requisites](#pre-requisites) - [Developmen Environment](#development-environment) - [Community](#community) - [Contribution](#contribution) - [License](#license) ## Development If you want to contribute to this project, read the information given below. ### Pre-Requisites You should be familiar with following to get started. - HTML/SCSS - React, Redux, and RxJS - Familiarity with CLI pre-requisites the system needs to develop this project. - NPM or Yarn - Node ### Development Environment Here are the steps given below to step up the development environment: 1. Fork this repo. 2. Clone the fork to your system. `git clone https://github.com/YOUR-USERNAME/play`. 3. You can use either `yarn install` or `npm install`. 4. To start the dev server `npm run dev` or `yarn dev`. 5. To build the application `npm run build` or `yarn build`. ## Community ### Contribution Your contributions are always welcome and appreciated. Following are the things you can do to contribute to this project. 1. **Report a bug**
If you think you have encountered a bug, and I should know about it, feel free to report it [here](https://github.com/nteract/play/issues/new) and I will take care of it. 2. **Request a feature**
You can also request for a feature [here](https://github.com/nteract/play/issues/new), and if it will viable, it will be picked for development. 3. **Create a pull request**
It can't get better then this, your pull request will be appreciated by the community. You can get started by picking up any open issues from [here](https://github.com/nteract/play/issues) and make a pull request. > If you are new to open-source, make sure to check read more about it [here](https://www.digitalocean.com/community/tutorial_series/an-introduction-to-open-source) and learn more about creating a pull request [here](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github). ## License [BSD-3-Clause](https://choosealicense.com/licenses/bsd-3-clause/)