Compare commits
No commits in common. "8301f34a918648f268bce06adba7d64a2c638811" and "aab713de3a96f85c506891692823c1e74b28153d" have entirely different histories.
8301f34a91
...
aab713de3a
@ -11,7 +11,7 @@ Run npm install in the webapp component to instanciate the modules required by s
|
|||||||
cd webapp
|
cd webapp
|
||||||
# to use Typescript run:
|
# to use Typescript run:
|
||||||
# Node scripts/setupTypeScrupt.js
|
# Node scripts/setupTypeScrupt.js
|
||||||
npm ci
|
npm install
|
||||||
# to start a local development server for the svelte app only:
|
# to start a local development server for the svelte app only:
|
||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|||||||
3
webapp/.gitignore
vendored
3
webapp/.gitignore
vendored
@ -1,8 +1,9 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
/public/build
|
/build
|
||||||
/.svelte-kit
|
/.svelte-kit
|
||||||
/package
|
/package
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
!.env.example
|
!.env.example
|
||||||
|
package-lock.json
|
||||||
2812
webapp/package-lock.json
generated
2812
webapp/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user