Skip to content

Corderius-College-Amersfoort/leaphy-docs

Repository files navigation

My Docusaurus Project

Welcome to the My Docusaurus Project! This project is built using Docusaurus, an open-source framework for building documentation websites.

Getting Started

To get started with this project, follow these steps:

Prerequisites

Make sure you have the following installed on your machine:

Node.js (v14 or higher)
Yarn (v1.22.0 or higher)

Installation

First, clone the repository and install the dependencies:

git clone https://github.com/your-username/your-repo.git
cd your-repo
yarn install

Local Development To run the project locally, use the following command:

yarn start

This will start a local development server and open the project in your browser. Typically, it will be available at http://localhost:3000/.

Build

To create an optimized production build of the site, run:

yarn build