Skip to content

Commit

Permalink
Move frontend to seperate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Jan 12, 2022
1 parent db7e885 commit d741483
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

/node_modules
frontend/node_modules/
26 changes: 1 addition & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,9 @@
# Flotilla

Flotilla is the main point of access for operators to interact with multiple robots in a facility.

## Setup

For development, please fork the repository. Then, clone the repository:

```
$ git clone https://github.com/equinor/flotilla
```

The app use TypeScript and React. For development, Node v17.x needs to be installed. Installation instructions can be found [here](https://github.com/nodesource/distributions/blob/master/README.md).

## Install

To install the application, navigate to the root folder and run the following command:

```
$ npm ci
git clone https://github.com/equinor/flotilla
```

## Run

To start the app, run the following command in the root folder:

```
$ npm start
```

This command runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits. You will also be able to see any lint errors in the console.
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 25 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Flotilla frontend

## Setup

The app uses TypeScript and React. For development, Node v17.x needs to be installed. Installation instructions can be found [here](https://github.com/nodesource/distributions/blob/master/README.md).

## Install

To install the application, navigate to the root folder and run the following command:

```
npm ci
```

## Run

To start the app, run the following command in the root folder:

```
npm start
```

This command runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits. You will also be able to see any lint errors in the console.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d741483

Please sign in to comment.