https://github.com/third774/career-day
https://github.com/third774/career-day
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/third774/career-day
- Owner: third774
- License: mit
- Created: 2018-05-09T13:09:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T17:31:36.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T07:25:01.541Z (about 1 year ago)
- Language: JavaScript
- Size: 30.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spectacle Boilerplate
## Contents
- [Reference](#reference)
- [Getting Started](#getting-started)
- [Build & Deployment](#build-deployment)
## Reference
The Spectacle core API is available at [https://github.com/FormidableLabs/spectacle/blob/master/README.md](https://github.com/FormidableLabs/spectacle/blob/master/README.md).
## Getting Started
After downloading the boilerplate, your first order of business is to open a terminal and run
```bash
yarn
```
or
```bash
npm install
```
if you're about that life.
Next, run
```bash
rm -R .git
```
to remove the existing version control.
Then, to start up the local server, run
```bash
npm start
```
Open a browser and hit [http://localhost:3000](http://localhost:3000), and we are ready to roll.
## Build & Deployment
Building the dist version of the project is as easy as running
```bash
npm run build
```
If you want to deploy the slideshow to surge, run
```bash
npm run deploy
```