Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 526 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 526 Bytes

🚀 Getting Started

If you'd want clear instructions in order to get a copy of the project running on your local machine for development and testing purposes... This is your place, then! Don't worry: it's going to be a smooth ride.

🔧 Setup

Install all the dependencies:

npm install

🔨 Development

Starting the development server:

npm run dev

Test your code against common guidelines:

npm run test

Lint your code:

npm run lint

Format your code:

npm run format