Skip to content

rits-dajare/rits-dajare.github.io

Folders and files

NameName
Last commit message
Last commit date
Mar 6, 2021
May 14, 2021
Jan 28, 2024
Mar 2, 2021
Jan 6, 2022
Oct 26, 2020
Oct 26, 2020
Mar 13, 2020
Mar 16, 2021
Jan 6, 2022
May 15, 2021
Jan 6, 2022
Oct 26, 2020
Mar 5, 2021
Mar 31, 2021
Jan 6, 2022
Jan 6, 2022

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