Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 458 Bytes

MemAssist Website

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.

Build Setup

npm install

# Watch
npm run watch

# Development build
npm run build:dev

# Production build
npm run build:prod

# Local server
cd dist
http-server