Skip to content

adnenre/javascript-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript: The Complete Guide

Built with Starlight

Welcome to the JavaScript: The Complete Guide repository. This project is a comprehensive, chapter‑by‑chapter book about JavaScript, built as a modern documentation site using Astro and Starlight. Every chapter is treated as a major feature release, and the content is versioned in CHANGELOG.md.

🌐 Discovering the Book

  • Read online: The book is published at javascript-book .
  • Explore the content: All chapters are written in Markdown and located in the src/content/docs/ directory. You can browse them directly on GitHub.
  • Changelog: See CHANGELOG.md for a versioned history of all chapters and updates.

🏃 Running the Project Locally

To run the documentation site locally and see the book in action:

Prerequisites

Steps

  1. Clone the repository
    git clone https://github.com/your-username/javascript-book.git
    cd javascript-book
  2. Install dependencies
pnpm install
Start the development server
  1. Start the development server
pnpm start
  1. Open your browser visit http://localhost:4321 to see the book.

Contributing We welcome contributions of all kinds – from fixing typos to adding new examples, and especially translations!

How to contribute

  • Fork the repository.

  • Create a new branch for your changes.

  • Make your changes and commit them with clear messages.

  • Push to your fork and open a pull request.

About

A comprehensive documentation project with astro starlight to guide you with javascript from zero to expert

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors