Skip to content

reactcebu/website-v2

Repository files navigation

React Cebu

Website v2

This is the source code of our React community's website at react.jscebu.org. This site wouldn't be possible without the help of our community members so we'd like to give all due credits to the awesome Reactors who shared their time and helped us put this website.

How to contribute?

  1. Fork this repo.
  2. Clone and update files in your forked repo.
  3. See Main Project Board and find tasks you'd like to work on. If you need more info, don't hesitate to comment.
  4. Before you worked on something, make sure to move the card to In Progress and assigned yourself to the card/task.
  5. Commit and push changes to your forked repo.
  6. Once done, create a pull request to the main repo.
  7. React Cebu InkTeam will review your code and once everything's cleared up, your PR will be merged once approved. Yay! 🦄

NOTE: We highly discouraged pushing directly to our branches.

🚀 Quick start

After forking this repo to your account, you can follow the steps below to start hacking! 💪

  • Begin by cloning your forked repo.
git clone <YOUR_FORKED_REPO_URL>
  • Go to site directory.
cd website-v2
  • Install dependencies
yarn install
  • Run development server
yarn start

Once successful, your local development server should start at http://localhost:8000

Technology Stack

This site is made using Gatsby. We're using TypeScript and we understand that this may seem to put off new developers but don't worry, our TypeScript setting is forgiving so you could work with just JS knowledge only. For styling, we're using popular CSS-In-JS Styled Components.

To learn more about Gatsby 🎓, see below:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.

To quickly learn TypeScript (TS), the 5 minutes guide is a good place to start. Check out their docs which comes handy should you need more info.

To learn more about Styled Components, click here on this link.

Credits

Thank you to all Reactors for your contributions.