https://github.com/jellydn/copilot-tips
Learn how to improve your code with Github Copilot
https://github.com/jellydn/copilot-tips
copilot sveltekit
Last synced: 3 months ago
JSON representation
Learn how to improve your code with Github Copilot
- Host: GitHub
- URL: https://github.com/jellydn/copilot-tips
- Owner: jellydn
- License: mit
- Created: 2023-01-18T14:23:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-08T15:01:41.000Z (3 months ago)
- Last Synced: 2025-07-08T16:20:24.838Z (3 months ago)
- Topics: copilot, sveltekit
- Language: JavaScript
- Homepage: https://copilot-tips.productsway.com
- Size: 741 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to copilot-tips 👋
![]()
> Learn how to improve your code with Github Copilot
[![IT Man - Tip #31 - Brush you code with Copilot [Vietnamese]](https://i.ytimg.com/vi/CBk5yWSE_Tw/hqdefault.jpg)](https://www.youtube.com/watch?v=CBk5yWSE_Tw)
## 🏠 [Homepage](https://github.com/jellydn/copilot-tips)
### ✨ [Demo](https://copilot-tips.productsway.com/)
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
## Contributing
We welcome contributions to the project! If you have a good video or tip about Github Copilot that you would like to share, please submit a pull request. Make sure to include a brief description and a link to the video or tip in the pull request. Please also ensure that your contribution adheres to the project's code of conduct.
For example:
```js
```
## Author
👤 **Huynh Duc Dung**
- Website: https://productsway.com/
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)## Show your support
Give a ⭐️ if this project helped you!
[](https://ko-fi.com/dunghd)
[](https://paypal.me/dunghd)
[](https://www.buymeacoffee.com/dunghd)