Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.
/ readme Public archive

A README template for GitHub projects πŸ“

License

Notifications You must be signed in to change notification settings

FrancesCoronel/readme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FVCproductions

readme

GitHub Issues GitHub Pull Requests MIT License Donate via PayPal Become a Patron!

Insert a quick description of your project here.

View this project at fvcproductions.github.io/readme

Installation

yarn init
yarn add react react-dom

Usage

import React from "react";
import ReactDOM from "react-dom";

ReactDOM.render(<h1>Hello, world!</h1>, document.getElementById("root"));

Testing

yarn test

Deployment

yarn deploy

Tools

Contributing

To get started...

  1. 🍴 Fork this repo
  2. πŸ”¨ View the contributing guidelines at CONTRIBUTING.md
  3. πŸ‘₯ Add yourself as a contributor under the credits section
  4. πŸ”§ Open a new pull request
  5. πŸŽ‰ Get your pull request approved - success!

Or just create an issue - any little bit of help counts! 😊

Code of Conduct

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

More details can be found at this project's code of conduct.

Credits