shivan-s / learning

My learnings

Home Page:https://learning.shivan.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning *Work in Progress*

Github status for App

Requirements

  • node
  • npm
  • Patience & Creativity

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

cd client
npm install
npm run dev -- --open

db/ contains information to initialise the database.

Deploying

This project usses github actions to deploy onto Cloudflare with every code change.

  1. Make sure secrets are set for the following variables:
  • CLOUDFLARE_API_TOKEN
  • CLOUDFLARE_AUTHOR_ID

Instructions on how to obtain these are here.

  1. Make sure Github Actions permissions is set to Read and Write using a GITHUB_TOKEN.

WIP

About

My learnings

https://learning.shivan.xyz


Languages

Language:TypeScript 54.5%Language:Svelte 41.0%Language:JavaScript 3.2%Language:HTML 1.1%Language:Shell 0.2%