Look up essential programming terms and master your vocabulary of programming.
- Client Framework: Astro + Svelte
- Styles: TailwindCSS
- Deployment Web: Vercel
- Clone this repo to a directory and then install the dependencies using:
# pnpm:
pnpm install
# or npm:
npm install
# or yarn:
yarn install
- Open your terminal and run:
# pnpm:
pnpm run dev
# or npm:
npm run dev
# or yarn:
yarn dev
- Go to your browser and open
http:localhost:3000
.