Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Adding the assets from the hotosm website
Browse files Browse the repository at this point in the history
Commenting and creation of the readme. Cleaning the project
  • Loading branch information
axel-reliefapps committed Sep 14, 2018
1 parent 7aafe00 commit 6c4ac36
Show file tree
Hide file tree
Showing 48 changed files with 1,543 additions and 214,843 deletions.
5 changes: 1 addition & 4 deletions Docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ if [ ! -d node_modules ]; then
npm install
fi

# export PORT=3630
npm start
# you can precise your environment
# ng serve --host 0.0.0.0 --env=dev --port 4560
npm start
2,453 changes: 35 additions & 2,418 deletions README.md

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions README.old.md

This file was deleted.

1 change: 1 addition & 0 deletions docker-compose.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
image: hot/dashboard
build: .
ports:
# the local port:the port of the running app on docker side
- '3000:3000'
volumes:
- './:/usr/dockers/devapp/'
Expand Down
109 changes: 52 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"dependencies": {
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^2.0.3",
"papaparse": "^4.6.0",
"react": "^16.4.2",
"react-buttons": "0.0.11",
"react-dom": "^16.4.2",
Expand Down
2 changes: 0 additions & 2 deletions src/components/content/demo/AwarenessContent.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed');

/*------------------------------------------------------------------------//
//------------------------------- Content --------------------------------//
//------------------------------------------------------------------------*/
Expand Down
Loading

0 comments on commit 6c4ac36

Please sign in to comment.