Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

43 lines (27 loc) · 1.12 KB

Contributing

Usage

Install the dependencies

npm install
# or
yarn install

Don't forget adding your environment variables in a file .env You can use this example .env.examples

Getting started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Learn more about Next.js

To learn more about Next.js, take a look at the following resources:

Bugs

For bugs report them here and if you want to fix them send a PR after opening the issue.

Code of conduct to contributing

Contributions are governed by the following Code of Conduct