-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from NASA-IMPACT/develop
[RELEASE] Deploy new version
- Loading branch information
Showing
63 changed files
with
1,773 additions
and
226 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Submodule ui
deleted from
a63545
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
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
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
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
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,3 @@ | ||
[submodule ".delta/ui"] | ||
path = .delta/ui | ||
url = https://github.com/NASA-IMPACT/delta-ui.git | ||
[submodule ".veda/ui"] | ||
path = .veda/ui | ||
url = https://github.com/NASA-IMPACT/veda-ui.git |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/usr/bin/env bash | ||
|
||
echo "Installing veda-config dependencies" | ||
yarn | ||
|
||
echo "Installing veda-ui dependencies" | ||
cd .veda/ui | ||
yarn |
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
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,19 +1,21 @@ | ||
# Welcome to Delta | ||
# Welcome to Veda | ||
|
||
Delta is a dashboard to explore data. | ||
![VEDA logo](./docs/media/veda_logo_blue_text_transparent.png) | ||
|
||
Delta is organized around the concept of Thematic areas. Each thematic area explores a topic in detail via datasets and discoveries. | ||
Veda is a dashboard to explore data. | ||
|
||
Veda is organized around the concept of Thematic areas. Each thematic area explores a topic in detail via datasets and discoveries. | ||
A Dataset represents a piece of geo-referenced data displayed as a set of related layers on a map. | ||
Discoveries are long form pieces of content that tell a story about some interesting portion of the data. | ||
|
||
## Getting started | ||
|
||
1) Check [SETUP](./docs/SETUP.md) to see how you can run the project locally. (You'll need this to preview content.) | ||
2) Check [CONFIGURATION](./docs/CONFIGURATION.md) to see a list of configuration options for Delta. | ||
2) Check [CONFIGURATION](./docs/CONFIGURATION.md) to see a list of configuration options for Veda. | ||
3) Check [CONTENT](./docs/CONTENT.md) for how to structure the content pieces. | ||
|
||
If you plan to add features to `delta-config` check [DEVELOPMENT](./docs/DEVELOPMENT.md). | ||
If you plan to add features to `veda-config` check [DEVELOPMENT](./docs/DEVELOPMENT.md). | ||
|
||
# License | ||
## License | ||
This project is licensed under **Apache 2**, see the [LICENSE](LICENSE) file for more details. | ||
|
Oops, something went wrong.