FAQ, HOWTO STATIC SITE TOOL

A simple static site for serving faq's and howto markdown docs

NOTE: this site is hosted at https://app.netlify.com/sites/docs-3dscannerapp/overview

TODO's

  • Continue Clean up ui
  • Add Howtos to Search
  • close search on click outside with results

Built With

  • Nuxt.js (in "universal mode", where both SEO and speed is great)
  • Vue 2
  • Vuex (supported by adding to /store, but not implemented)
  • PostCSS (no SCSS)
  • Tailwind

BASED FROM

GITHUB Live Demo Originally based on Henry Desroches' nuxt-netlify-cms-starter.

Project commands

  1. 📦 Install dependencies.
npm install
  1. 🏗 Run the project for local dev. This will start a hot-reloading server at localhost:3000.
npm run dev
  1. 🌌 Build the app for server-side rendered deployment. See more about Universal SSR in the Nuxt.js docs.
npm run build

# And to serve that deployment...
npm run start
  1. ⚡️ Generate a fully pre-rendered static site. See more in the docs.
npm run generate