Skip to content

Commit 3fc47cd

Browse files
committed
Update README.md
1 parent 540aca3 commit 3fc47cd

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# SAFE-MinExcel [WIP]
1+
# SAFE-MinExcel
2+
3+
This is meant as a minimal template to set up an Office Excel web add-in.
4+
5+
Tested for:
6+
- Excel online
7+
- Excel 356 on windows
8+
- Excel 2019 on windows
9+
210

3-
This is meant as a minimal template to set up an Office Excel web add-in. It currently works for excel online. Sideloading the app for the desktop version needs some testing.
411

512
## Install pre-requisites
613

@@ -10,18 +17,10 @@ You'll need to install the following pre-requisites in order to build SAFE appli
1017
* [Node LTS](https://nodejs.org/en/download/)
1118

1219
1. Download repo.
13-
2. Run install.cmd as admin.
14-
3. To start the app run `dotnet run` in the root directory.
20+
2. Run install.cmd as admin **or** run `dotnet run setup`.
21+
3. To start the app run `dotnet run officedebug` in the root directory.
1522
4. Webside can be accessed under 'https://localhost:3000'
16-
17-
Client tests are available under `http://localhost:8081` in your browser and server tests are running in watch mode in console.
18-
19-
Finally, there are `Bundle` and `Azure` targets that you can use to package your app and deploy to Azure, respectively:
20-
21-
```bash
22-
dotnet run -- Bundle
23-
dotnet run -- Azure
24-
```
23+
5. Start Excel and go to `Insert` > `My Add-ins` > click on the small arrow and it should show **Minimal-SAFE**.
2524

2625
## SAFE Stack Documentation
2726

install.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ dotnet tool restore
22

33
dotnet paket restore
44

5-
dotnet run - setup
5+
dotnet run setup
66

7-
dotnet run - officedebug
7+
dotnet run officedebug

0 commit comments

Comments
 (0)