This is an older version of the memassist.github.io website source, based on webpack.
For the current version, please visit https://github.com/memassist/memassist.github.io.
npm install
# Watch
npm run watch
# Development build
npm run build:dev
# Production build
npm run build:prod
# Local server
cd dist
http-server