This website is built using Docusaurus, a modern static website generator for the CoLearning Python book project.
- Install dependencies:
npm install- Start local development server:
npm startThis command starts a local development server and opens up a browser window at http://localhost:3000. Most changes are reflected live without having to restart the server.
npm startStarts the development server with hot reload.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
npm run serveServes the built site locally for testing the production build.