https://github.com/radespratama/seehoob
😎 Beautiful looking GitHub profiles with handy data
https://github.com/radespratama/seehoob
mini-project nextjs react tailwindcss typescript
Last synced: about 1 year ago
JSON representation
😎 Beautiful looking GitHub profiles with handy data
- Host: GitHub
- URL: https://github.com/radespratama/seehoob
- Owner: radespratama
- Created: 2022-01-22T14:59:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T14:47:48.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T07:33:40.905Z (over 1 year ago)
- Topics: mini-project, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://seehoob.vercel.app
- Size: 123 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Quickstart
## Run the website locally
```
git clone https://github.com/radespratama/seehoob.git
```
## Setting up the project
```bash
cd seehoob
yarn || npm install
```
## Starting server
```bash
yarn dev || npm run dev
```
Server should now be running on [localhost:3022](https://localhost:3022)
# 🔧 Tools Used



# 🤞 Contributing
After setting up the project, and making changes:
```git
git add .
git commit -m "commit message"
git push YOUR_REPO_URL YOUR_BRANCH
```