Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jbilcke-hf/clapper into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Aug 14, 2024
2 parents d830ff2 + 3635e59 commit f4fbbf7
Show file tree
Hide file tree
Showing 109 changed files with 5,440 additions and 2,863 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,20 @@ If you find that Clapper is working with a more recent (stable) version of Node,

### Installing and running the app

Install the dependencies.

`--include=optional` is to make sure optional dependencies are installed (pre-build native modules compatible with your system)

```bash
npm i --include=optional
```

Then run the actual app, the first time you go to localhost:3000 after typing this command, the app will compile, which can take a minute (like, literally: `Compiled / in 52.6s (6372 modules)`)

```bash
npm run dev
```

`--include=optional` is to make sure optional dependencies are installed (pre-build native modules compatible with your system)

### Building the app

Expand Down
Loading

0 comments on commit f4fbbf7

Please sign in to comment.