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

https://github.com/trace2798/cracked_dev_site


https://github.com/trace2798/cracked_dev_site

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# CrackedDev Website

This is a redesign of the [CrackedDev website](https://www.crackeddevs.com/) using Next.js, shadcn/ui and using the cracked dev api for job listing.

### Prerequisites

**Node version 18.x.x**

### Cloning the repository

```shell
git clone https://github.com/trace2798/cracked_dev_site.git
```

### Install packages

```shell
npm i
```

### Setup .env file

```
CRACKED_DEV_API_KEY=
```

### Start the app

```shell
npm run dev
```