Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The Spectacle core API is available at [https://github.com/FormidableLabs/specta

## Development

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)
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).

Next, run `rm -R .git` to remove the existing version control.

Then, to start up the local server, run `npm start`
Then, to start up the local server, run `npm start`.

Open a browser and hit [http://localhost:3000](http://localhost:3000), and we are ready to roll
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 `npm run build`
Building the dist version of the project is as easy as running `npm run build`.

If you want to deploy the slideshow to surge, run `npm run deploy`
If you want to deploy the slideshow to surge, run `npm run deploy`.