Skip to content

JSConfArmenia/conf-19-react

Repository files navigation

React Conference Armenia 2019

This project was bootstrapped with Create React App.

Contributing

  1. Join to slack channel and request access to github repo or just fork this repository. https://bit.ly/2TjRRXG
  2. Clone the repo
  3. Familiarize with the design materials: Website PSD | Logo | Colors
  4. Go to the issues and find an unassigned issue you want to work on (or open a new one)
  5. Tell in the issue comments that you want to work on that part
  6. Once confirmed and the issue is assigned to you, create a new local branch with name dev-{{featureName}} for example dev-footer
  7. Start working on the feature, and open a pull request as soon as possible. Pro-tip: be active as possible and don't hesitate to ask questions
  8. Keep working and updating the pull request.
  9. Once the feature is confirmed , PR is merged by administrators and deployed to live website! You're awesome!

!important if there would be delays in the delivering the feature, we couldn't reach to you or the implementation would be rough the issue might be assigned to other person and re-implemented from scratch. We need this to keep up with the website delivery deadlines.

Materials

The website materials are located here

Website PSD

Logo

Colors


Development Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run lint

Finds problematic patterns or code that doesn't adhere to certain style guidelines by Eslint.
Use npm run lint:fix script for automatically code fixes.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.