Welcome to SvelteShine! This guide will help you get started quickly with setting up and using the project. Follow these steps to clone the repository, install dependencies, run the setup script, and start editing your documentation.
Before you begin, ensure you have the following installed on your machine:
First, clone the repository to your local machine using Git:
git clone https://github.com/Angus-Paillaugue/SvelteShine
cd SvelteShine
Next, install the necessary dependencies by running:
pnpm install
This will install all required packages for the project.
Once the dependencies are installed, run the setup script to initialize your project:
npm run setup
This script will guide you through the initial configuration of your project.
Now, start the development server to begin editing your documentation:
npm run dev
This command will launch the SvelteKit development server, allowing you to view your documentation locally at localhost:5173
With the server running, you can now edit the config file located at project.config.js
. Here, you can customize:
Here are some of the key features you can use:
That's it! You're now ready to start building your documentation with {projectName}. As you continue developing, you can take full advantage of the customization options and features provided by this template.
If you encounter any issues or have questions, please refer to the project's documentation (as it grows) or reach out for support.
Happy documenting!