particlesilo / particlesilo-SciCommHack2020

​Find all the resources you need for your next outreach activity!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Particle Silo

Find all the resources you need for your next outreach activity!

SciCommHack Challenge

HOW-To Translate

Step0: Open an Issue! See if you can work with people on this. Step1: WIP: List of Files to Translate Step2: Deploy! See instructions below

Recipes for Contributing (GitHub Users)

1.) Fork the repository.

git clone git@github.com:particlesilo/particlesilo.git
# or replace particlesilo with your username like
git clone git@github.com:usernamehere/particlesilo.git

cd particlesilo
# If particlesilo developer
git remote add upstream git@github.com:manyaagarwal/particlesilo.git
git checkout main
#git pull upstream main
git reset --hard upstream/main

# If using your own fork
git remote add upstream git@github.com:particlesilo/particlesilo.git
git checkout main
git pull upstream main # pull latest from main

# check diff
git diff -U0 --color remotes/upstream/main

# to reset to main
git reset --hard upstream/main

# to push changes to main
git push origin main

When ready, submit a Pull Request. 😊

Contact Us for Contributions

To contribute Materials, submit a PullRequest to particleSiloMaterials, submit an issue, or request access to edit google doc.

To contribute to the Website, see main GitHub repo.

Instructions for local iterations

Install node.js

npm install
npm start

Instructions for Deploying the Website

See instructions in [2] for set up prior to running these commands:

yarn add gh-pages
yarn

[1] How to deploy a Create React App Website to GitHub Pages

[2] Create React App Deployment

About

​Find all the resources you need for your next outreach activity!

License:MIT License


Languages

Language:JavaScript 87.8%Language:HTML 4.8%Language:CSS 4.3%Language:Less 3.1%