Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
annavik committed Apr 25, 2024
1 parent 96640d8 commit e785c08
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ui/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# AMI Platform
# AMI Data Companion UI

Web interface to explore data from automated insect monitoring stations. We use React and TypeScript for the implementation. The project was setup using [Create React App](https://github.com/facebook/create-react-app).
Web interface to explore data from automated insect monitoring stations. We use React and TypeScript for the implementation. The project was setup using [Vite](https://vitejs.dev/).

## System requirements

- Node
- Yarn

The `.nvmrc` file in project root describes what Node version to use to make sure we all use the same. To switch between Node versions, a version manager, such as [Node Version Manager (NVM)](https://github.com/nvm-sh/nvm), is suggested.

## Getting started

```bash
Expand Down Expand Up @@ -50,6 +52,10 @@ To run tests:
yarn test
```

## Deployment

We use [Netlify](https://www.netlify.com/) for deployment. Changes pushed to main branch are automatically deployed to https://app.preview.insectai.org/. When a pull request is opened, a preview version of the changes will be deployed. The URL to the preview deploy will be visible as a PR comment.

## Storybook

We use Storybook to document our design system in code. You can read more about Storybook [here](https://storybook.js.org/).
Expand Down

0 comments on commit e785c08

Please sign in to comment.