[go: up one dir, main page]

Skip to content

MNThomson/learnjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn JS

Local Development

Note

BEFORE you run the following steps make sure you have mdbook installed

# Clone the repository
git clone https://github.com/MNThomson/learnjs && cd learnjs

# Run the website with hot reloading
mdbook serve

# Build the website to static files
mdbook build

# Publish the website to Cloudflare Pages
npx wrangler pages deploy

The development environment is now running and accessible at http://localhost:3000/