Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

helpbuttons/hb-front

Repository files navigation

HB cover

Welcome to Helpbuttons' Frontend Repository

This is the front repository for Helpbuttons. In order to communicate with the API you need to install hb-back too. For more detailed info check the hb-docs repo (https://github.com/helpbuttons/hb-docs).

Getting Started

First, run the development server:

To avoid problems with package-lock.json. Use 'npm ci' instead of 'npm install'. If your version of npm doesn't recognize it , use first:

npm install -g npm

copy the .env file and edit according to ur needs $ cp .env.sample .env

Just use 'npm install' if you modified the package.json locally.

npm run dev
# or
yarn dev

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

Key Elements, Components and Layouts

To see a preview of all the styled key pieces that conform the app, open http://localhost:3000/RepositoryPage.

For available icons visit :

https://react-icons.github.io/react-icons/icons?name=bs

Complete Documentation

Please load and read complete documentation hb-docs

Main tech specifications used in this repo:

Typescript, React, NextJS, Leaflet, CSS, HTML

Learn More

This is a Next.js project bootstrapped with create-next-app.

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!