Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 841 Bytes

contribution.md

File metadata and controls

24 lines (18 loc) · 841 Bytes

Contribution

This is a short writeup on contributing to Fission Simulator.

Instructions

Github Introduction

In order to start, you need a free Account for GitHub. Follow the registration steps if you have none already. Afterwards, follow this beginner's guide to using GitHub for more information.

Setting up your development environment

  1. Run npm install --legacy-peer-deps
  2. Set up your Text Editor or IDE of choice following Editor/IDE Configuration

Guidelines

Licensing

By contributing to this repository,

  • You agree to have your code licensed under the Mozilla Public License Version 2.0.

CSS Contribution

See CSS Contributions for more details.

React Contribution

See React Contributions.