Skip to content

Evil-Project/wiki

Repository files navigation

Wiki

A single-page wiki built with Vite, React, and TypeScript, deployable to Cloudflare Workers as Static Assets.

Scripts

  • npm run dev starts local Vite development.
  • npm run build type-checks and builds to dist.
  • npm run preview serves the production build locally.
  • npm run deploy builds and deploys with Wrangler.

Deploy

Authenticate Wrangler first if needed:

npx wrangler login

Then deploy:

npm run deploy

Wrangler reads wrangler.jsonc, uploads dist, and serves the built wiki from Cloudflare Workers Static Assets.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors