https://github.com/trace2798/cracked_dev_site
https://github.com/trace2798/cracked_dev_site
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/trace2798/cracked_dev_site
- Owner: trace2798
- License: mit
- Created: 2024-01-19T07:17:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T14:17:52.000Z (over 2 years ago)
- Last Synced: 2025-01-22T06:48:07.945Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://cracked-dev-site.vercel.app
- Size: 392 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```