Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 718 Bytes

File metadata and controls

38 lines (24 loc) · 718 Bytes

cvf-contest

このリポジトリについて

https://cvf-contest.net/ でホスティングされているサイトのソースコードです。

依頼を受け制作したもので、公開用のために一部の情報は削除しています。

Installation

1. Install dependencies

$ git clone git@github.com:nenrinyear/cvf-contest.git
$ cd cvf-contest
$ npm install

2. Set environment variables

$ cp .env.template .env

.env ファイルを編集してください。 (独自APIを使用しているため、第三者の利用はできません…)

3. Start development server

$ npm run dev

License

AGPL-3.0

Copyright (c) 2023 nenrinyear