ryosua / the-open-source-startup-landing-page

[No longer active] Learn to code and build startups.

Home Page:https://www.theopensourcestartup.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Open Source Startup

This landing page was built using an open source theme. The original theme can be found here - https://github.com/cruip/open-react-template.

How to run this app locally

If You Are an Experienced Developer

  1. Clone the repo
  2. yarn
  3. yarn start

More Detailed Instructions If You Are New to Programming

  1. Install yarn
  2. Install Visual Studio Code
  3. On this Github page, click on the green dropdown button that says "Clone or Download"
  4. To download click the link that says "Download ZIP"
  5. Open Visual Studio code
  6. In VS code, click "File" then "Open Folder", then select the unzipped folder named the-open-source-startup-master
  7. In VS code click "Terminal", then "New Terminal"
  8. In the terminal that opens type "yarn" then enter
  9. When that completes, type "yarn start" then enter
  10. If everything worked a new tab should open in your default browser with a url of http://localhost:3000/
  11. If you run into any issues log one here - https://github.com/the-open-source-startup/the-open-source-startup/issues/new

How to Contribute

To contribute to this repo, you will need a basic understanding of Git and Github. Here are some resources to help learn - https://try.github.io/

  1. Fork this repo
  2. Find an issue with no assignee
  3. Comment on the issue and say something along the lines of "I'd like to work on this"
  4. I will asign the issue to you
  5. Make the code changes to complete the issue in your fork
  6. Create a pull request with the changes
  7. I will review your code, and may ask for some changes
  8. Once your code is approved, click the "Merge pull request" button to merge the changes to master
  9. Merging your changes will automatically start a new build of the site, and you should see your changes in a few mintues

About

[No longer active] Learn to code and build startups.

https://www.theopensourcestartup.com/

License:GNU General Public License v3.0


Languages

Language:CSS 72.2%Language:JavaScript 27.0%Language:HTML 0.9%