Source code of rits-dajare.github.io: official website of 立命館ダジャレサークル .
Clone this repository.
Then, install dependencies with yarn.
yarn
See scripts
section of package.json
yarn dev
- runs in developing modeyarn build && yarn export
- exports HTML files and others in./out
yarn run check
- checks with code formatting with Prettier, type checking with tsc, linting with ESLint
See .github/workflows/code-check.yml
This project use GitHub Actions for CI.
This forkflows runs yarn run check
in pushing/PR on main
branch.
See .github/workflows/deploy.yml
This project use GitHub Actions for CD.
This forkflows runs yarn build && yarn export
in pushing/PR on main
branch, then deploys using GitHub Pages.