Visualization of the open source projects built by Nigerian developers.
- Webapp - naijastars.dev
- API - api.naijastars.dev
- Docs - naijastars.dev/api
- Deno - Backend + Runtime
- Deno Deploy - Deployment
- Svelte + Vite - Frontend
- Hono - API
- Neon - Database
- Upstash - Redis + Rate Limiting
Before running any command, make sure you copy the contents of .env.example
to .env
and set the correct values.
-
deno run dev
- Start the both frontend and backend servers. -
deno run be:dev
- Start the backend server. -
deno run be:scrape
- Scrape the repositories. -
deno run fe:dev
- Start the frontend server. -
deno run fe:build
- Build the frontend. -
deno run fe:preview
- Preview the frontend.