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).
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.
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
Please load and read complete documentation hb-docs
Typescript, React, NextJS, Leaflet, CSS, HTML
This is a Next.js project bootstrapped with create-next-app
.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!