https://github.com/maxam2017/github-search
practice for Svelte & SvelteKit
https://github.com/maxam2017/github-search
Last synced: over 1 year ago
JSON representation
practice for Svelte & SvelteKit
- Host: GitHub
- URL: https://github.com/maxam2017/github-search
- Owner: maxam2017
- License: mit
- Created: 2022-01-03T18:39:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T12:08:42.000Z (over 4 years ago)
- Last Synced: 2025-02-15T20:41:45.293Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://github-search.maxam.dev
- Size: 129 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitHub Search 🔍
implement by Svelte with SvelteKit
### Installation
1. Clone the repo
```sh
git clone https://github.com/maxam2017/github-search.git
```
1. Install dependencies
```sh
npm i
```
1. Run dev server
```sh
npm run dev -- --open
```
## License
Distributed under the MIT License. See `LICENSE` for more information.