1
0
Fork 0

chore: Updates to docs for new dev env

This commit is contained in:
Joost De Cock 2022-07-02 22:52:31 +02:00
parent 474188a05e
commit 8cd70bc451
37 changed files with 500 additions and 350 deletions

View file

@ -7,7 +7,7 @@ When we started out, we said a good part boilerplate looks like this:
```js
export default function(part) {
let { Point, points, Path, paths, complete, sa, paperless } = part.shorthand()
const { Point, points, Path, paths, complete, sa, paperless } = part.shorthand()
// Design pattern here
// Complete?
@ -42,7 +42,7 @@ To access the setting, we merely have to tell `part.shorthand()` that we'd like
While we're at it, also add `snippets` and `Snippet`, like this:
```js
let {
const {
Point,
points,
Path,