Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
will-nemo edited this page Apr 3, 2020 · 24 revisions

Welcome to the oneleif Website Front end Wiki!

In this wiki is information about how to contribute, the standards for developing the React front end, and information about current or upcoming features.

If you have any questions feel free to email us at: [email protected] or throw a question into our #oneleif-website channel in our discord server:

How to Contribute

Currently we are working on version 1.0.0 (MVP) of our oneleif website. You can find open issues on our current project board. Issues created for version 1.0.0 specifically will be labeled "v1". If an issue is in the To do column then it is ready for work.

Beginners

If you're coming into this repository trying to learn more about React web development then we can point you towards some resources to help get your footing.

The oneleif website is a generated create-react-app. It is a JavaScript project that utilizes the React Library; the react website is a great resource for getting started.

Even if you've never touched any front end code there should be some issues that you are able to pick up, these will be labeled good first issue. Make sure to check out some JavaScript and CSS tutorials; W3 Schools is a great resource to get started:

After you've gotten a handle (our at least an idea) on CSS, you should check out Sass, a CSS preprocessor. It's the styling tool we use for our front end.

First step for starting any project should be standing the oneleif website front end for the first time. Follow this link to get the project stood up.

Experienced Devs

We've set some code, styling, and formatting standards for the website that you should definitely check out. You can find all the information about there here: //link goes here

Tools (see olwebsite-app/package.json)