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

https://github.com/ali-hussein-dev/cf-project


https://github.com/ali-hussein-dev/cf-project

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CF Project

## Setup

```bash
npm install # yarn install # pnpm install
```

### Environment Variables

- NEXT_PUBLIC_UNSPLASH_ACCESS_KEY - Access key for [Unsplash API](https://unsplash.com/developers) (required)

### Run locally

```bash
npm run dev
```