pr.ryoppippi.com

Video

https://github.com/user-attachments/assets/cea80c3d-ba87-480a-8090-bb611dc2a2db

Built with

🚀 Setup

# install dependencies
pnpm install

Then edit info in vite.config.ts.

const config = {
    // ...
    LINKS: {
        domain: `https://pr.ryoppippi.com`, // The hostname of your site
        repo: 'https://github.com/ryoppippi/pr.ryoppippi.com', // GitHub repository name ( will be the link of octocat icon 🐱 )
        username: 'ryoppippi', // GitHub username
        includeYourOwnPRs: 'true', // Include your own PRs 'true' or 'false'
    },
    // ...
};
export default config;

🔧 Development

pnpm dev

(Optional): To prevent rate limiting, you can pass your GitHub token as an environment variable:

GITHUB_TOKEN=(gh auth token) pnpm dev

📦 Build

# build for production
pnpm build

✨ Preview

pnpm preview

💻 Deploy

This repository supports deployment to Cloudflare Workers.

Cloudflare Workers

Run the following command:

pnpm run deploy

Inspired by

License

MIT License

Top categories

svelte logo

Need a Svelte website built?

Hire a professional Svelte developer today.
Loading Svelte Themes