Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/detroitbecometext/detroitbecometext.github.io
Transcription for the game Detroit: Become Human.
https://github.com/detroitbecometext/detroitbecometext.github.io
Last synced: 3 months ago
JSON representation
Transcription for the game Detroit: Become Human.
- Host: GitHub
- URL: https://github.com/detroitbecometext/detroitbecometext.github.io
- Owner: detroitbecometext
- Created: 2018-08-28T11:25:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T20:30:42.000Z (3 months ago)
- Last Synced: 2024-07-30T02:32:14.985Z (3 months ago)
- Language: HTML
- Homepage: https://detroitbecometext.github.io
- Size: 36.8 MB
- Stars: 25
- Watchers: 2
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-generative-models - Detroit-Becoming-Human
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/`.