Skip to content

Commit 065d02c

Browse files
authored
Merge pull request #86 from consindo/new-css
Refactor CSS
2 parents 91fce9a + 13aeb10 commit 065d02c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1737
-1483
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"singleQuote": true,
3-
"semi": false
3+
"semi": false,
4+
"trailingComma": "es5"
45
}

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Waka
2+
3+
[![Maintainability](https://api.codeclimate.com/v1/badges/bf59f49c861eee7e624e/maintainability)](https://codeclimate.com/github/consindo/waka/maintainability)
4+
[![Dependency Status](https://david-dm.org/consindo/waka.svg?theme=shields.io)](https://david-dm.org/consindo/waka)
5+
[![devDependency Status](https://david-dm.org/consindo/waka/dev-status.svg?theme=shields.io)](https://david-dm.org/consindo/waka#info=devDependencies)
6+
27
![Waka Icon](https://raw.githubusercontent.com/consindo/waka/master/dist/branding/launcher-icon-3x.png)
38

49
Your guide around public transport in Auckland & Wellington. Help us add more cities!
@@ -16,7 +21,7 @@ Your guide around public transport in Auckland & Wellington. Help us add more ci
1621

1722

1823
### Start (after config has been set)
19-
- `node app` to run server on :8000.
24+
- `node index` to run server on :8000.
2025
- Private API will be running on :8001
2126
- `npm run build` to production build js & css. Service Worker is enabled.
2227
- Use `npm run watch` to dev client and server at the same time. Automatically proxies :8009/a to :8000/a. Service Worker is disabled.

dist/icons/bus-dark.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/icons/bus-fill.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/icons/bus-icon-2x.png

-744 Bytes
Binary file not shown.

dist/icons/bus-icon.png

-485 Bytes
Binary file not shown.

dist/icons/cablecar-fill.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

dist/icons/cablecar-icon-2x.png

-15.6 KB
Binary file not shown.

dist/icons/cablecar-icon.png

-15 KB
Binary file not shown.

dist/icons/cablecar.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)