Skip to content

nicolaswalcker/planets-fact

Repository files navigation

Basic Project Template

Github top language Github language count Repository size License


About   |   Technologies   |   Requirements   |   Starting   |   Usage   |   License   |   Contributing   |   Author


🎯 About

A basic project template for little front-end projects using HTML, CSS and JS.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

To use the project as a template, I suggest you fork the project.

# Clone this project
$ git clone https://github.com/nicolaswalcker/basic-project-template

# Access
$ cd basic-project-template

# Install dependencies
$ yarn

🔨 Usage

Command What it does? Observation
yarn or yarn install Install required packages Run this first!
yarn start Start development Access http://localhost:1234
yarn run build Build the site Result in dist folder
yarn run fix-styles Checks and fixes some errors based on stylelint The command is only checking style files in the src folder.

🎉 How to contribute?

All improvements and feedback are welcome on this project. You can contribute by following these steps.

# First fork the project

# Clone your project
$ git clone https://github.com/{{yourUsername}}/basic-project-template

# Access
$ cd basic-project-template

# Install dependencies
$ yarn

# Add the origin repository
git remote add origin [email protected]:nicolaswalcker/basic-project-template.git

# Add your remote repository
git remote add {{yourRemoteName}} [email protected]:{{yourUsername}}/basic-project-template.git

# Create your change branch
git checkout -b myNewBranch

After these steps, you can work on your contribution and after completing it, you can make a pull request on github.

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

👨‍💻 Author

Foto do Nicolas Walcker no GitHub
Nicolas Walcker
  Back to top