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

https://github.com/hc200ok/repository-search-react


https://github.com/hc200ok/repository-search-react

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

# Build Setup

## Step 1
git clone https://github.com/HC200ok/repository-search-react.git

## Step 2
echo 'VITE_GITHUB_AUTH=YOUR_OWN_TOKEN' > .env

> replace YOUR_OWN_TOKEN with your own personal access token.

Reference: [how to create a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)

## Step 3
```
# install dependencies
npm install

# serve with hot reload
npm run dev

# build for production
npm run build
```