An open API service indexing awesome lists of open source software.

https://github.com/hngprojects/hng_boilerplate_nextjs


https://github.com/hngprojects/hng_boilerplate_nextjs

Last synced: 27 days ago
JSON representation

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 [email protected]/hngprojects/hng_boilerplate_nextjs.git
cd hng_boilerplate_nextjs
```

#### Install dependencies

```
pnpm install
```

#### Start the server

```
pnpm dev
```

## Contributing

Please see [CONTRIBUTING](./CONTRIBUTING.md)