Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva authored Mar 23, 2023
1 parent 5ba2014 commit d5d7925
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# project-seed
# project-seed v6

A basic starting point for web projects that uses parcel as a Build System.
This is the result of a [build system research](https://github.com/developmentseed/project-seed/issues/97) and [experimentation](https://github.com/danielfdsilva/parcel-gulp/).
Expand Down Expand Up @@ -54,6 +54,14 @@ Our [ESLint rules](.eslintrc) are based on `eslint:recommended` rules, with some

yarn lint

## Tests

Tests are setup using [Jest](https://jestjs.io/), and can be run with

```
yarn test
```

## Coding style

File [.editorconfig](.editorconfig) defines basic code styling rules, like indent sizes.
Expand Down

0 comments on commit d5d7925

Please sign in to comment.