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.

21 lines
629 B

5 years ago
Sakura v2
====
[![Build Status](https://dev.azure.com/moezhx/sakura2/_apis/build/status/mashirozx.sakura2?branchName=master)](https://dev.azure.com/moezhx/sakura2/_build/latest?definitionId=1&branchName=master)
[Demo](https://mashirozx.github.io/sakura2/dist/)
5 years ago
I'll build the basical templates here, the stylesheets and scripts in `dist` folder should work on WordPress front end as well.
```bash
5 years ago
npm i -g webpack-cli
5 years ago
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!
5 years ago
[Notes](./NOTES.md)