npm install
npm run watch:css
npm run watch:js
nohup npm run build:css > /dev/null 2>&1 &
nohup npm run build:js > /dev/null 2>&1 &
- Just open
index.html
in your browser
Page | State |
---|---|
Home | ✅ |
Author (home) | ✅ |
Author (About) | ✅ |
Author (List) | ❌ |
Author (Follower) | ❌ |
Author (Following) | ❌ |
Tag Post list | ❌ |
Post single | ❌ |