tutorial-starter is an npm library that helps you quickly create a tutorial website using Docusaurus.
- Node.js (version 16.14 or higher)
- npm (Node Package Manager) or Yarn
To create a new tutorial website, use the following command:
npx @uniwebcms/tutorial-starter@latest init [project-name]
This will initialize a new tutorial website project in the project-name
directory under your project root. The `project-name` argument is optional. If you don't provide a project name, the default name "tutorial" will be used.
We welcome contributions to website-starter. Feel free to submit bug reports, feature requests, or pull requests on our GitHub repository.
This project is licensed under the MIT License.