Skip to content

Commit f7ddc2d

Browse files
feat: updated styles and structure
1 parent 2b95249 commit f7ddc2d

29 files changed

+365
-270
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
1-
# Development
1+
# EasyWeek Widget Examples
22

3-
```bash
4-
yarn dev
5-
```
3+
Collection of example applications with the EasyWeek Book now widget installed
4+
5+
## Live on Netlify
6+
7+
[https://csb-tptcc.netlify.app/](https://csb-tptcc.netlify.app/)
8+
9+
## CodeSandbox
10+
11+
[![Edit easyweek-example](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/easyweek-example-8vdpq?autoresize=1&fontsize=14&hidenavigation=1&theme=dark)
612

7-
or
13+
### Development
814

915
```bash
1016
yarn dev:live
1117
```
1218

13-
# Production
19+
### Production
1420

1521
```bash
1622
yarn generate

assets/img/base.png

40.6 KB
Loading

assets/img/built-in.png

34 KB
Loading

assets/img/custom-icon.png

42 KB
Loading

assets/img/fullpage.png

50.7 KB
Loading

assets/img/left.png

40.2 KB
Loading

assets/img/no-button.png

39.9 KB
Loading

assets/img/no-text.png

37.1 KB
Loading

assets/img/trigger.png

44.8 KB
Loading

assets/js/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const DEFAULT_WIDGET_COMPANY = 'awescode-gmbh'
1+
export const DEFAULT_WIDGET_COMPANY = 'beauty-studio-7'

0 commit comments

Comments
 (0)