Go to file
dependabot[bot] 21de45c10e Bump @types/jest from 26.0.23 to 26.0.24 (#118)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.23 to 26.0.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-14 08:59:52 +08:00
.github Initial commit 2021-07-09 18:28:29 +08:00
.vscode Initial commit 2021-07-09 18:28:29 +08:00
app Add vite multiple entry config 2021-07-13 11:29:04 +08:00
docs Update readme 2021-07-10 19:47:40 +08:00
public Add vite multiple entry config 2021-07-13 11:29:04 +08:00
scripts Initial commit 2021-07-09 18:28:29 +08:00
src Add vite multiple entry config 2021-07-13 11:29:04 +08:00
.browserslistrc Initial commit 2021-07-09 18:28:29 +08:00
.editorconfig Initial commit 2021-07-09 18:28:29 +08:00
.eslintrc.js Initial commit 2021-07-09 18:28:29 +08:00
.gitattributes Initial commit 2021-07-09 18:28:29 +08:00
.gitignore Initial commit 2021-07-09 18:28:29 +08:00
.npmrc Initial commit 2021-07-09 18:28:29 +08:00
.postcssrc.js Initial commit 2021-07-09 18:28:29 +08:00
.prettierrc.js Initial commit 2021-07-09 18:28:29 +08:00
README.md Update readme 2021-07-10 19:47:40 +08:00
composer.json Initial commit 2021-07-09 18:28:29 +08:00
composer.lock Bump ritaswc/zx-ip-address from 2.0.58 to 2.0.59 (#101) 2021-07-12 22:07:28 +08:00
jest.config.js Initial commit 2021-07-09 18:28:29 +08:00
package.json Bump @types/jest from 26.0.23 to 26.0.24 (#118) 2021-07-14 08:59:52 +08:00
tsconfig.json Initial commit 2021-07-09 18:28:29 +08:00
vite.config.ts Add vite multiple entry config 2021-07-13 11:29:04 +08:00
yarn.lock Bump @types/jest from 26.0.23 to 26.0.24 (#118) 2021-07-14 08:59:52 +08:00

README.md

sakura-next

Requirement

  • PHP=7.4
  • WordPress>=5.6.0
  • Node.js>=14.17.1
  • yarn>=1.22.10

Commands

composer install # install php dependencies
yarn install # install node dependencies
yarn dev # run dev server
yarn build # build assets
yarn test # Jest test
yarn lint # eslint
yarn format # auto format
yarn i18n # export i18n variables
yarn rsync # sync backend app with server, see docs/dev.md
yarn composer # run `composer install` on remote server
yarn gen:icon # generate svg icon component
yarn remote-download:geoip2 # download GeoIP db on remote server
yarn local-download:geoip2 # download GeoIP db locally