Library of Custom Instructions for GitHub Copilot users.
🔗 https://movinglive.github.io/custom-instructions-compiler/
- React with TypeScript.
- Vite for bundling.
- Tailwind CSS for styling.
- Octokit for interacting with the GitHub API.
Install dependencies using npm:
npm installTo run the application in development mode:
npm run devTo build the application for production:
npm run buildTo preview the production build:
npm run preview- The application's entry point is
index.html, which loads the scriptsrc/main.tsx. - Vite configuration is located in
vite.config.ts. - TypeScript configurations are defined in
tsconfig.json,tsconfig.app.json, andtsconfig.node.json. - ESLint configuration is available in
eslint.config.js. - Styling is managed using Tailwind CSS, configured in
tailwind.config.jsandpostcss.config.js.
Continuous deployment is set up with GitHub Actions in the file .github/workflows/deploy.yml. The application is deployed to GitHub Pages.
This project is licensed under the GNU GPLv3 license. See the LICENSE file for more details.