An open API service indexing awesome lists of open source software.

https://github.com/yumekiti/ctfd_jp_theme

CTFdを日本語化したテーマ
https://github.com/yumekiti/ctfd_jp_theme

ctfd ctfd-theme

Last synced: about 1 year ago
JSON representation

CTFdを日本語化したテーマ

Awesome Lists containing this project

README

          

# JP_Theme

JP_Theme は CTFd を日本語化したテーマです

JP_Theme is a Japaneseized CTFd theme

## スクリーンショット Screenshots

![index](./images/index.png)

## インストール方法 Installation

themes 内を消し置き換えてください

Copy admin/ core/ into your CTFd/CTFd/themes folder.

```shell
rm -r CTFd/themes/*

git clone https://github.com/yumekiti/CTFd_JP_Theme.git
cd CTFd_JP_Theme

cp admin core ../CTFd/themes/
```