https://github.com/mnthomson/learnjs
LearnJS in an hour (yes, it's that corny)
https://github.com/mnthomson/learnjs
javascript learn-javascript learn-to-code
Last synced: 6 months ago
JSON representation
LearnJS in an hour (yes, it's that corny)
- Host: GitHub
- URL: https://github.com/mnthomson/learnjs
- Owner: MNThomson
- Created: 2024-11-09T17:48:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-09T19:38:22.000Z (about 1 year ago)
- Last Synced: 2024-11-21T17:29:36.936Z (about 1 year ago)
- Topics: javascript, learn-javascript, learn-to-code
- Language: JavaScript
- Homepage: https://learnjs.mnt.dev
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn JS
## Local Development
> [!NOTE]
> **BEFORE** you run the following steps make sure you have [`mdbook`](https://rust-lang.github.io/mdBook/guide/installation.html) installed
```shell
# 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/](http://localhost:3000/)