View the online documentation at https://maizzle.com
Maizzle uses Nuxt for its documentation website, if you want to run it locally:
-
Clone this repo
git clone https://github.com/maizzle/maizzle.com.git
-
Change the current directory to that of the project
cd maizzle.com
-
Install dependencies
npm install
-
Start the development server
npm run dev