Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit d198992

Browse files
committed
Adds more customization to the docs.
1 parent 3223098 commit d198992

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/using.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ npm start
1111

1212
_Requires `node@>=8.1` and `npm@>=5.2`._
1313

14+
1415
## Start Your Own Project
1516

1617
Ready to start your project?
@@ -21,7 +22,8 @@ I'm still deciding on a simple way, but there will be a script you can run.
2122
npm run time-to-shine
2223
```
2324

24-
## But I Don't Want...
25+
26+
## Strip It Down to the Bones
2527

2628
You can keep the Electron parts but lose the rendering opinions.
2729

@@ -30,6 +32,17 @@ You can keep the Electron parts but lose the rendering opinions.
3032
* remove `rebass` from `package.json`
3133

3234

35+
## Keep the Meat, Ditch the Fluff
36+
37+
If you want to just remove the examples and continue with the app layout:
38+
39+
* delete `src/renderer/features/example-using-tabs`
40+
* remove corresponding lines from `src/renderer/index.ts`
41+
* remove the same from `src/renderer/app/app.tsx`
42+
43+
Now you're ready to start adding your own features.
44+
45+
3346
## Building
3447

3548
To build your apps, first bundle it:

0 commit comments

Comments
 (0)