'Full website scaffold for Skills Jet Academy -AI-powered digital skills platform for African Youths'
# skillsjet-academy (scaffold)
This repository is a scaffold for the SkillsJet Academy website (user + admin interfaces).
What I pushed for you:
- Basic project files: `package.json`, `.gitignore`, `components.json`, `drizzle.config.ts`
- Minimal server to serve a built SPA: `server/_core/index.ts`
- Tailwind entry at `client/src/index.css`
Next steps I recommend:
1. Create the React + Vite client under `client/` (e.g. `client/src/main.tsx`, routes for user and admin).
2. Add pages and components matching the public site you shared (user front page and admin dashboard).
3. Run `pnpm install` at the repo root and `pnpm dev` (or `npm run dev`) to start the dev server.
4. Build with `pnpm build` and run the bundled server with `pnpm start`.
Invite collaborator:
Please invite `dev@skillsjet.academy` as a collaborator with Write access (Settings → Manage access → Invite a collaborator) as you requested.
If you want, I can now:
- add a starter Vite + React app under `client/` (I can push a basic `client/src/main.tsx`, `index.html`, and a couple of routes: `/` and `/admin`), or
- create GitHub Actions, database schema, or CI configs.
Tell me which of the above you want me to add next and I will push it.