A base configuration for VuePress powered website with ESLint, PostCSS, Stylelint, Tailwind & Prettier configuration
npm install
# start up vuepress in development mode
npm start
This will output a production ready version of the website to ./dist
npm run build