Skip to content

Commit bf966be

Browse files
committed
🖼️ Add image to readme and CSS start page update
1 parent 18266b3 commit bf966be

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,17 @@ Install from **npm**, this option works great if you are using `create-react-app
6363
npm install dataformsjs
6464
```
6565

66-
**Download this Repository**. It’s small to download because this repository has no dependencies and loads HandlebarsJS, Vue, and React from a CDN. To view example pages Node needs to be installed and then you can start the local server using:
66+
**Download this Repository**. It’s small to download because this repository has no dependencies and loads HandlebarsJS, Vue, and React from a CDN. To view example pages locally Node needs to be installed and then you can start the local server using:
6767
```
6868
npm start
6969
```
7070

71+
The start screen allows you to quickly filter and view many different examples and resources.
72+
73+
<p align="center">
74+
<img src="https://raw.githubusercontent.com/dataformsjs/static-files/master/img/screenshots/dataformsjs-start-page.png" alt="DataFormsJS npm start page">
75+
</p>
76+
7177
JavaScript files for the Framework and standalone React and Web Components exist under the `js` directory. Full Directory Structure:
7278

7379
```
@@ -91,13 +97,13 @@ dataformsjs
9197
**Develop online** using the code playground: https://www.dataformsjs.com/en/playground
9298

9399
<p align="center">
94-
<img src="https://raw.githubusercontent.com/dataformsjs/static-files/master/img/screenshots/Playground.png" alt="Code Playground" width="800">
100+
<img src="https://raw.githubusercontent.com/dataformsjs/static-files/master/img/screenshots/Playground.png" alt="Code Playground">
95101
</p>
96102

97103
**Download a template file** using scripts from a CDN: https://www.dataformsjs.com/en/getting-started
98104

99105
<p align="center">
100-
<img src="https://raw.githubusercontent.com/dataformsjs/static-files/master/img/screenshots/Getting-Started-Templates.png" alt="Getting Started Templates" width="800">
106+
<img src="https://raw.githubusercontent.com/dataformsjs/static-files/master/img/screenshots/Getting-Started-Templates.png" alt="Getting Started Templates">
101107
</p>
102108

103109
## 📄 Example Code

examples/html/npm-start-page.htm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
flex-wrap: wrap;
6464
max-width: 100%;
6565
justify-content: center;
66+
margin: 0;
67+
padding: 0;
6668
}
6769
nav a,
6870
ul.links li {

0 commit comments

Comments
 (0)