Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markusschanta/sailing


https://github.com/markusschanta/sailing

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        



Anchor



Sailing

This 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
```