An open API service indexing awesome lists of open source software.

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)

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/)