Skip to content

rits-dajare/rits-dajare.github.io

Repository files navigation

Source code of rits-dajare.github.io: official website of 立命館ダジャレサークル .

Develop

Requirements

Preparation

Clone this repository.

Then, install dependencies with yarn.

yarn

Commands

See scripts section of package.json

  • yarn dev - runs in developing mode
  • yarn 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

Continuos Integrations (CI)

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.

Continuous Delivery (CD)

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.

About

Official website of 立命館ダジャレサークル

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published