Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manics/septembrse-2021-python-conda
SeptembRSE 2021 Python conda virtual environments
https://github.com/manics/septembrse-2021-python-conda
rse septembrse2021 ukrse
Last synced: 3 months ago
JSON representation
SeptembRSE 2021 Python conda virtual environments
- Host: GitHub
- URL: https://github.com/manics/septembrse-2021-python-conda
- Owner: manics
- Created: 2021-09-13T20:27:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-11T06:41:38.000Z (over 1 year ago)
- Last Synced: 2024-04-14T03:20:02.529Z (9 months ago)
- Topics: rse, septembrse2021, ukrse
- Language: JavaScript
- Homepage: https://www.manicstreetpreacher.co.uk/septembrse-2021-python-conda/
- Size: 4.76 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spectacle Boilerplate
## Contents
- [Reference](#reference)
- [Getting Started](#getting-started)
- [Tutorial](#tutorial)
- [Build & Deployment](#build-deployment)## Reference
The Spectacle core API is available in the [Spectacle Docs](https://github.com/FormidableLabs/spectacle/blob/main/README.md).
## Getting Started
1. Install dependencies
```sh
$ yarn install
```2. Start the webpack server. The server will run at the default `webpack-dev-server` address, [`localhost:8080`](http://localhost:8080).
```sh
$ yarn start# Or with a specific port!
$ yarn start --port=3000
```## Tutorial
If want you a step-by-step guide for getting started with Spectacle, a basic tutorial is available [here](https://github.com/FormidableLabs/spectacle/blob/main/docs/tutorial.md).
## Build & Deployment
Building the dist version of the project is as easy as running
```sh
$ yarn build
```From there you can deploy the built slides in `dist` to services like Netlify, Surge, etc!