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

https://github.com/tntsuperman/codescreen

流れてくるコード。
https://github.com/tntsuperman/codescreen

Last synced: 2 months ago
JSON representation

流れてくるコード。

Awesome Lists containing this project

README

        

# CodeScreen
なんかコードが表示されてハッカーっぽくなります。
詳細は[CodeScreenのページ](https://tntsuperman.github.io/CodeScreen)から使い方・クレジットを開いてください。

## Vue/Vite License
これ自体はApache license 2.0です。[LICENSE](/LICENSE)

Vite/Vue等依存関係はこちらです。[COPYING.md](/COPYING.md)
## 環境構築
CodeScreen(からクローンしたもの)のディレクトリがカレントディレクトリの状態で以下コマンドを入力
```sh
$ npm install
```
サーバーを起動する場合は
```sh
$ npm run dev
```