Compare commits
2 Commits
aab713de3a
...
8301f34a91
| Author | SHA1 | Date | |
|---|---|---|---|
| 8301f34a91 | |||
| bfc0f5e872 |
@@ -11,7 +11,7 @@ Run npm install in the webapp component to instanciate the modules required by s
|
||||
cd webapp
|
||||
# to use Typescript run:
|
||||
# Node scripts/setupTypeScrupt.js
|
||||
npm install
|
||||
npm ci
|
||||
# to start a local development server for the svelte app only:
|
||||
npm run dev
|
||||
```
|
||||
|
||||
+2
-3
@@ -1,9 +1,8 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/build
|
||||
/public/build
|
||||
/.svelte-kit
|
||||
/package
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
package-lock.json
|
||||
!.env.example
|
||||
Generated
+2811
-1
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user