You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
298 B
16 lines
298 B
# relax-plus-think-space
|
|
|
|
An infinite space for your big ideas
|
|
|
|
## Development
|
|
|
|
Have Node (< v12, recommended v11) and npm installed.
|
|
|
|
Change 192.168.0.12 to your local IP on package.json scripts/start
|
|
|
|
```
|
|
npm install
|
|
npm run start
|
|
```
|
|
|
|
Then head to `https://[YOUR LOCAL IP]:3000` in your browser. |