You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ubuntu d228bc6924 bash: Thu Nov 7 22:47:59 CST 2019 5 years ago
.github/workflows Update nodejs.yml 5 years ago
dist bash: Thu Nov 7 18:53:09 CST 2019 5 years ago
src bash: Thu Nov 7 18:53:09 CST 2019 5 years ago
.gitignore bash: Tue Nov 5 18:30:13 CST 2019 5 years ago
LICENSE Initial commit 5 years ago
NOTES.md auto commit 11/05/2019 Tue 5 years ago
README.md bash: Thu Nov 7 22:47:59 CST 2019 5 years ago
azure-pipelines.yml Set up CI with Azure Pipelines 5 years ago
do.sh bash: Tue Nov 5 18:38:06 CST 2019 5 years ago
package-lock.json bash: Thu Nov 7 18:14:56 CST 2019 5 years ago
package.json bash: Thu Nov 7 18:14:56 CST 2019 5 years ago
tsconfig.json commit 5 years ago
webpack.config.js bash: Thu Nov 7 18:29:35 CST 2019 5 years ago

README.md

Sakura v2

Build Status

Demo

Install

Git Clone/download/upload into ./wp-content/themes/, then active theme in WordPress dashboard.

Development

DO NOT MODIFY OR SAVE IN ./dist/, all your changes under this folder will be replaced after npm run build. Develop by changes files in ./src/.

npm i -g webpack-cli
npm install
# Run dev server
npm start
# Build
npm run build

Commands must run under Linux! Dev server on http://localhost:8080/, also host on your public IP, check firewall!

Contribution

Won't merge any pull requests during beta stage.

Private Notebook