Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markusschanta/sailing
https://github.com/markusschanta/sailing
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/markusschanta/sailing
- Owner: markusschanta
- License: 0bsd
- Created: 2021-01-03T14:14:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T14:34:31.000Z (over 3 years ago)
- Last Synced: 2024-11-05T14:47:53.109Z (2 months ago)
- Language: Jupyter Notebook
- Size: 9.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SailingThis repository contains my sailing GPS data as well as the setup for the [Gatsby](https://www.gatsbyjs.com) site that displays the GPS data. The site is served via [GitHub Pages](https://pages.github.com/) and can be accessed at https://markusschanta.github.io/sailing/.
## Scripts
1. **Start a development environment:**
Gatsby will start a hot-reloading development environment accessible by default at `http://localhost:8000`.
```shell
npm run develop
```
1. **Update the Observable notebook package:**To update the Observable notebook package, run:
```shell
npm install @markusschanta/sailing-lazy
```1. **Deploy to GitHub Pages:**
Deploy to [GitHub Pages](https://pages.github.com/) (via the `gh-pages` branch).
```shell
npm run deploy
```