You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
-
# Spectacle Boilerplate
1
+
# LNUG Slides using Spectacle Boilerplate
2
2
3
3
## Reference
4
4
5
5
The Spectacle core API is available at [https://github.com/FormidableLabs/spectacle/blob/master/README.markdown](https://github.com/FormidableLabs/spectacle/blob/master/README.markdown).
6
6
7
7
## Development
8
8
9
-
After downloading the boilerplate, your first order of business is to open terminal and run `yarn`. (or `npm install` if you're about that life)
10
-
11
-
Next, run `rm -R .git` to remove the existing version control.
9
+
After cloning run `npm install`
12
10
13
11
Then, to start up the local server, run `npm start`
0 commit comments