1
0
Fork
You've already forked sandcats-api
0
(GitHub Mirror) A Sandcats API, built for Cloudflare Pages with Svelte
  • Svelte 92.9%
  • TypeScript 3.3%
  • JavaScript 2.5%
  • HTML 1.3%
2026年04月29日 23:53:00 -05:00
.github/workflows Add sync to GitWeb action 2026年04月29日 23:53:00 -05:00
src Update and add the main and legal Sandcats pages 2024年05月08日 21:14:05 -05:00
static Create Cloudflare Pages project with SvelteKit 2024年05月08日 21:14:05 -05:00
tests Create Cloudflare Pages project with SvelteKit 2024年05月08日 21:14:05 -05:00
.eslintignore Create Cloudflare Pages project with SvelteKit 2024年05月08日 21:14:05 -05:00
.eslintrc.cjs Create Cloudflare Pages project with SvelteKit 2024年05月08日 21:14:05 -05:00
.gitignore Create Cloudflare Pages project with SvelteKit 2024年05月08日 21:14:05 -05:00
.npmrc Create Cloudflare Pages project with SvelteKit 2024年05月08日 21:14:05 -05:00
.prettierignore Create Cloudflare Pages project with SvelteKit 2024年05月08日 21:14:05 -05:00
.prettierrc Create Cloudflare Pages project with SvelteKit 2024年05月08日 21:14:05 -05:00
LICENSE Initial commit 2024年03月27日 22:05:45 -05:00
package-lock.json Create Cloudflare Pages project with SvelteKit 2024年05月08日 21:14:05 -05:00
package.json Format files with Prettier 2024年05月08日 21:14:05 -05:00
playwright.config.ts Create Cloudflare Pages project with SvelteKit 2024年05月08日 21:14:05 -05:00
README.md Update README.md 2024年05月08日 21:14:05 -05:00
svelte.config.js Format files with Prettier 2024年05月08日 21:14:05 -05:00
tsconfig.json Format files with Prettier 2024年05月08日 21:14:05 -05:00
vite.config.ts Create Cloudflare Pages project with SvelteKit 2024年05月08日 21:14:05 -05:00
wrangler.toml Create Cloudflare Pages project with SvelteKit 2024年05月08日 21:14:05 -05:00

api-sandcats-io

The API for Sandcats.io, running on Cloudflare Pages

Developing

Once you've installed the dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open

Deploying

To deploy a production version of your app:

npm run deploy