https://github.com/hc200ok/repository-search-react
https://github.com/hc200ok/repository-search-react
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/hc200ok/repository-search-react
- Owner: HC200ok
- Created: 2022-09-11T13:41:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T13:41:32.000Z (about 3 years ago)
- Last Synced: 2025-10-05T08:57:05.225Z (3 days ago)
- Language: TypeScript
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```