10 lines
168 B
Markdown
10 lines
168 B
Markdown
|
|
|
|
## Install and run
|
|
Install NodeJS
|
|
```
|
|
git clone https://github.com/olemorud/react-befunge
|
|
cd react-befunge
|
|
npm run start
|
|
```
|
|
Opens in browser at http://localhost:3000 |