Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/detroitbecometext/detroitbecometext.github.io

Transcription for the game Detroit: Become Human.
https://github.com/detroitbecometext/detroitbecometext.github.io

Last synced: about 2 months ago
JSON representation

Transcription for the game Detroit: Become Human.

Awesome Lists containing this project

README

        

# Detroit Become Text
This repository contains the source for the Detroit: Become Human transcription website.

## Run locally
You will need `node.js` to run the app.

### Clone the repository
```
git clone https://github.com/detroitbecometext/detroitbecometext.github.io.git detroitbecometext
cd detroitbecometext
```
### Install npm packages and launch the app
```
npm install
npm run start
```
You can then open the website at `http://localhost:4200/`.