jardelgcunha / projeto-sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatito Petshop

πŸ’» Made to connect people with animals, made in Alura Cursos

πŸš€ Stacks

This project was developed with the following technologies:

Plugins, Tools and Utilities included:

πŸ‘· How to run?

git clone https://github.com/JardelDeveloper/arquivo.git

πŸ’» Run the website (Front End) on Linux

# Access the directory
$ cd directory
# Verify that NodeJs is installed
$ node --version 'or' node -v
# If NodeJS isn't installed, you will need to install
sudo apt install nodejs
# Install Sass globally
npm install -g sass
# Automatically compile Sass to CSS in watch mode
sass --watch file.scss:file.css
# Run aplication
right click on file.html and select the option "Open with Live Server"

Go to http://127.0.0.1:5500/index.html to see the web application's response.

πŸ€” How to contribute?

# Make a Fork this repository;
# Create a branch with your feature:
git checkout -b my-feature;
# Make commit to your changes:
git commit -m "feat: my new feature";
# Make a push to your branch:
git push origin my-feature;

After the merge of your pull request is done, you can delete a branch of yours.

πŸ”§ Issues

Feel free to file a new issue with a respective title and description on the Barbearia Alura repository. If you already found a solution to your problem, I would love to review your pull request.

πŸ“ License

Released in 2020 πŸ“•

This project is under the MIT license. See the LICENSE for more details.

Made with πŸ’š by Jardel Cunha.

Give ⭐ if this project helped you!

About

License:MIT License


Languages

Language:HTML 60.1%Language:SCSS 36.1%Language:CSS 3.8%