Skip to content

maizzle/maizzle.com

Repository files navigation

Maizzle Documentation

View the online documentation at https://maizzle.com

Maizzle uses Nuxt for its documentation website, if you want to run it locally:

  1. Clone this repo

    git clone https://github.com/maizzle/maizzle.com.git
    
  2. Change the current directory to that of the project

    cd maizzle.com
    
  3. Install dependencies

    npm install
    
  4. Start the development server

    npm run dev