Skip to content

Commit

Permalink
chore: simplify top level directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Dec 13, 2023
1 parent d0d255e commit 22910dc
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"source": {
"include": [
"assets/DOC.md",
"misc/assets/DOC.md",
"src/client",
"src/server",
"src/common"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![npm version](https://badge.fury.io/js/@soundworks%2Fcore.svg)](https://badge.fury.io/js/@soundworks%2Fcore)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

![soundworks-logo](./assets/logo-200x200.png)
![soundworks-logo](./misc/assets/logo-200x200.png)

Open-source creative coding framework for distributed applications based on Web technologies.

Expand All @@ -22,7 +22,7 @@ The best and most simple way to start using **soundworks** is to use the `@sound
npx @soundworks/create@latest
```

![./assets/soundworks-create-min.gif](./assets/soundworks-create-min.gif)
![soundworks-create](./misc/assets/soundworks-create-min.gif)

See [https://soundworks.dev/tutorials/getting-started.html](https://soundworks.dev/tutorials/getting-started.html) for more informations on the wizard and how to start using **soundworks**.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"node": ">=16.0.0"
},
"scripts": {
"doc": "rm -Rf docs && jsdoc -c .jsdoc.json --verbose && cp -R assets docs/",
"doc": "rm -Rf docs && jsdoc -c .jsdoc.json --verbose && cp -R misc/assets docs/",
"lint": "npx eslint src",
"test": "npx mocha",
"test:all": "npx mocha tests/*/*.spec.js",
Expand Down

0 comments on commit 22910dc

Please sign in to comment.