Skip to content

Commit dcc5bb2

Browse files
committed
Moving around.
1 parent 7ffe9f0 commit dcc5bb2

File tree

345 files changed

+147
-12506
lines changed

Some content is hidden

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

345 files changed

+147
-12506
lines changed

.eslintrc.js

-50
This file was deleted.

.gitignore

+69-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
1-
/node_modules
2-
npm-debug.log
3-
/dist
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
8+
# Runtime data
9+
pids
10+
*.pid
11+
*.seed
12+
*.pid.lock
13+
14+
# Directory for instrumented libs generated by jscoverage/JSCover
15+
lib-cov
16+
17+
# Coverage directory used by tools like istanbul
18+
coverage
19+
20+
# nyc test coverage
21+
.nyc_output
22+
23+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
24+
.grunt
25+
26+
# Bower dependency directory (https://bower.io/)
27+
bower_components
28+
29+
# node-waf configuration
30+
.lock-wscript
31+
32+
# Compiled binary addons (http://nodejs.org/api/addons.html)
33+
build/Release
34+
35+
# Dependency directories
36+
node_modules/
37+
jspm_packages/
38+
39+
# Typescript v1 declaration files
40+
typings/
41+
42+
# Optional npm cache directory
43+
.npm
44+
45+
# Optional eslint cache
46+
.eslintcache
47+
48+
# Optional REPL history
49+
.node_repl_history
50+
51+
# Output of 'npm pack'
52+
*.tgz
53+
54+
# dotenv environment variable files
55+
.env*
56+
57+
# gatsby files
58+
.cache/
59+
public
60+
61+
# Mac files
62+
.DS_Store
63+
64+
# Yarn
65+
yarn-error.log
66+
.pnp/
67+
.pnp.js
68+
# Yarn Integrity file
69+
.yarn-integrity
File renamed without changes.

gatsby/.prettierrc .prettierrc

File renamed without changes.

LICENCE.md

-21
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MIT License
1+
The MIT License (MIT)
22

33
Copyright (c) 2019 Tomáš Vejpustek
44

README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# Redux Starter Pack
2-
My personal starter pack for quick-starting redux applications.
3-
## Features
4-
* webpack-dev-server with hot reload
5-
* react + redux
6-
* redux-freeze + ramda
7-
* redux-saga
8-
* sass
9-
* mocha + chai (should)
10-
* eslint (customized airbnb)
1+
Řemesla na Tvrzi Rosické
2+
========================
3+
Pro další ročník je třeba upravit:
4+
5+
* Metadata v `gatsby-config.js`.
6+
* Sloty řemesel v `src/register/Schedule.js`.
7+
* Datumy v `src/pages/index.js` (pozor na storno poplatky!).

babel.config.js

-41
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

gatsby/gatsby-ssr.js gatsby-ssr.js

File renamed without changes.

gatsby/.gitignore

-69
This file was deleted.

gatsby/.sentryclirc

-6
This file was deleted.

gatsby/LICENSE

-22
This file was deleted.

0 commit comments

Comments
 (0)