This repository contains the main documentation of Slim Sim, a skeleton based on PHP micro framework. It is available on slim-sim.netlify.app, built on the top of VuePress and hosted by Netlify.
You use slim-sim v1 ? See slim-sim-v1.netlify.app.
# Install dependencies
npm install
# Run in development
npm run dev
# Build
npm run build