https://github.com/hngprojects/flowbrand-fe
https://github.com/hngprojects/flowbrand-fe
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hngprojects/flowbrand-fe
- Owner: hngprojects
- License: apache-2.0
- Created: 2026-05-02T19:15:27.000Z (about 1 month ago)
- Default Branch: dev
- Last Pushed: 2026-05-08T07:31:43.000Z (about 1 month ago)
- Last Synced: 2026-05-08T08:10:56.550Z (about 1 month ago)
- Language: TypeScript
- Size: 21.8 MB
- Stars: 1
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# hng_boilerplate_nextjs
## Overview
[Description]
## Getting Started
In order to run this app locally, you should have the following programs installed on your computer:
- [nodejs](https://nodejs.org/)>=20.0.0
- [pnpm](https://yarnpkg.com/)>=9.4.0
#### Clone this repository
```
git clone git@github.com/hngprojects/hng_boilerplate_nextjs.git
cd hng_boilerplate_nextjs
```
#### Install dependencies
```
pnpm install
```
#### Start the server
```
pnpm dev
```
## Contributing
Please see [CONTRIBUTING](./CONTRIBUTING.md)