https://github.com/ali-hussein-dev/cf-project
https://github.com/ali-hussein-dev/cf-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ali-hussein-dev/cf-project
- Owner: Ali-Hussein-dev
- Created: 2024-02-14T11:35:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-16T09:50:28.000Z (about 1 year ago)
- Last Synced: 2025-02-02T01:11:22.909Z (3 months ago)
- Language: SCSS
- Homepage: https://cf-project.vercel.app
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```