Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .clasp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"scriptId":"1dIVhZFQ5ICYZ3ih691ZT25YR_Gm3O37uaDC3-YzWA5bxqJy0xcAY6Wau"}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules
src/javascript.html
src/stylesheet.html
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# google-docs-addon-svelte-template
A template repository to develop a Google Docs add-on with Svelte
A template repository to develop a Google Docs add-on with Svelte.

Live demo at https://docs.google.com/document/d/1Jbzl5iYXKAqpRBLAtapIt_U2SMhWpHnnSiVw4sRUrBk

## Getting Started

1. Log in and authenticate with your Google account:
```
npm run clasp:login
```
1. Create a new _standalone_ project:
```
npm run clasp:create
```
1. Deploy the project:
```
npm run deploy
```
1. Open the project:
```
npm run clasp:open
```

## Sidebar development

Navigate to the `sidebar` folder and develop & test the application as you would any regular Svelte application, i.e. `npm run dev`.
Loading