Skip to content

shivan-s/learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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