forked from neuroglancerhub/ng_workspaces
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates README to include development process
- Loading branch information
1 parent
4e63421
commit 552dc0e
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# Neuroglancer Workspaces | ||
|
||
## Development | ||
* Clone the repository | ||
#### `git clone [email protected]:neuroglancerhub/ng_workspaces.git` | ||
* install dependencies | ||
#### `npm install` | ||
* start the development server | ||
#### `npm start` | ||
|
||
|
||
------ | ||
|
||
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). | ||
|
||
## Available Scripts | ||
|