https://github.com/mars/tinyrobot-science-web-ui
Next.js web UI for 🤖🔬 tinyrobot.science
https://github.com/mars/tinyrobot-science-web-ui
Last synced: over 1 year ago
JSON representation
Next.js web UI for 🤖🔬 tinyrobot.science
- Host: GitHub
- URL: https://github.com/mars/tinyrobot-science-web-ui
- Owner: mars
- License: mit
- Created: 2018-07-30T23:00:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T18:16:51.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T19:18:21.944Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤖🔬 tinyrobot.science Web UI
Built with [Next.js](https://nextjs.org/) on Heroku.
### Part of a reference suite
| [Terraform config](https://github.com/mars/tinyrobot-science-terraform) | Web UI | [API](https://github.com/mars/tinyrobot-science-api) |
|-----------|------------|---------|
| infrastructure | front-end app (this repo) | backend app |
## Requires
* Heroku
* [command-line tools (CLI)](https://devcenter.heroku.com/articles/heroku-command-line)
* [a free account](https://signup.heroku.com)
* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* [Node.js](https://nodejs.org)
* [Next.js](https://github.com/zeit/next.js)
## Development
`git clone` this repo to your local machine, and then:
```bash
cd tinyrobot-science-web-ui/
npm install
API_URL=http://127.0.0.1:5001 npm run dev
```