This is the homepage for skyward AI, deployed on Cloudflare
.
Find deployed application here: https://skywardai.pages.dev
Try our AI chat feature on https://skywardai.pages.dev/chat.
This requires you to download a 368MB model on the first time. You can delete it anytime you want.
This project is built by Vite+React
Packages are managed by pnpm
, but you can install depedencies use your prefer package manager.
To build and run in dev
environment, please run
pnpm install
npm run dev
To preview the production build, please run
npm run preview
Github Pages
doesn't support adding custom headers after deploy, this will affect on some features, so please avoid use it.
- Please prepare your own Cloudflare account.
- Go to your dashboard and select
Workers & Pages
. - Select
create
, underCreate an application
please selectPages
. - Select
Connect to Git
. - Connect to your Github Account and allow it to access your project / forked project.
- For
build command
please enternpm run build
. - For
Build output directory
please enterdist
. - Finish setup following the instructions, Cloudflare will deploy your application automatically and on you updated the selected branch.
- You can check your deployed application using the domains it provided.