Starter kit for making courses for Frontend Masters
The document provides instructions for setting up and configuring a course website using Node.js. It includes details on installing the required software, configuring the course details, theming the website, and organizing lesson files.
course.json
file to configure site details such as author name, company, title, subtitle, and social media handles.styles/variables.css
file.public/images
folder and easily reference them in markdown files.lessons/
folder using a specific naming convention.To install and set up the course website, follow these steps:
npm install
to install dependencies.npm run dev
to start the dev server.http://localhost:3000
in a browser to access the website.course.json
file.styles/variables.css
file.public/images
folder and reference them in markdown files.public/images
directory.lessons/
folder according to the specified naming convention.The document provides instructions for setting up and configuring a course website using Node.js. It includes details on installing the required software, configuring the course details, theming the website, and organizing lesson files. By following the provided instructions, users can easily create and customize their course websites.