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

https://github.com/casl0/tech-books-explorer-front


https://github.com/casl0/tech-books-explorer-front

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Tech Books Explorer

技術書のエクスプローラーです。

次の出版社に対応してます。

- オライリージャパン
- 翔泳社
- 技術評論社

## 開発

### Getting Started

Dev Containers をインストールし、次の手順を実施してください。

1. VSCode で本プロジェクトを開き、コマンドパレットから[Dev Containers: Reopen in Container...]を実行してください。
1. 次のコマンドを実行し、ローカルに Dev Server を立ち上げます。
```sh
yarn run dev
```