Skip to content

Latest commit

Β 

History

History
58 lines (37 loc) Β· 1.04 KB

File metadata and controls

58 lines (37 loc) Β· 1.04 KB

πŸš€ Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

πŸ“₯ Prerequisites

The following software is required to be installed on your system:

We recommend using asdf version manager to install and manage all the programming languages' requirements.

πŸ”§ Setup

Install all dependencies.

npm install

πŸ”¨ Development

Starting the development server.

npm run develop

Test your code against common guidelines.

npm run test

Lint your code.

npm run lint

Format your code.

npm run format

πŸ”— References

You can use these resources to learn more about the technologies this project uses.