GuillaumeBarreau / Animal_Heartbeats

Animal Heartbeats

Home Page:https://animal-heartbeats.bonjourlespixels.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animal Heartbeats

This website contains one application on the Animal Heartbeats.

Build Setup

# Install dependencies
$ npm install

# Serve with hot reload at localhost:3000
$ npm run start || npm start 

# Run all of our test suites
$ npm run test

# Run all linter of our linter CSS&JS
$ npm run lint

# Run our tests in TDD mode (reloading on file change etc.)
$ npm run tdd

Hosting

This website is currently hosted on Netlify.

Branch and commit naming conventions

Adding a new feature ✨

Branch: add/{branch}
Commit: feat(Added): "message"

Updating an existing feature ✅

Branch: upd/{branch}
Commit: feat(Changed): "message"

Removing a feature or files 🔥

Branch: rm/{branch}
Commit: feat(Removed): "message"

Authors

About

Animal Heartbeats

https://animal-heartbeats.bonjourlespixels.com


Languages

Language:JavaScript 88.5%Language:HTML 6.7%Language:Dockerfile 3.4%Language:CSS 1.4%