https://github.com/curtisalexander/saspyrilia
Technical notes for working with data
https://github.com/curtisalexander/saspyrilia
azure-pipelines data-analytics docusaurus2 julia python r sas
Last synced: 2 months ago
JSON representation
Technical notes for working with data
- Host: GitHub
- URL: https://github.com/curtisalexander/saspyrilia
- Owner: curtisalexander
- Created: 2020-04-13T00:31:54.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T12:12:12.000Z (over 3 years ago)
- Last Synced: 2025-12-29T00:13:44.428Z (6 months ago)
- Topics: azure-pipelines, data-analytics, docusaurus2, julia, python, r, sas
- Language: JavaScript
- Homepage: https://www.saspyrilia.com
- Size: 5.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# saspyrilia
[](https://dev.azure.com/curtisalexander/saspyrilia/_build/latest?definitionId=7&branchName=main)
This is the repository for [saspyrilia](https://www.saspyrilia.com). The website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
## Colophon
For more information on how the website is built, see the [Colophon](https://www.saspyrilia.com/docs/colophon) page.
## Development
### Docker
#### Build
Build to produce `yarn.lock`
```sh
DOCKER_BUILDKIT=1 docker build --file Dockerfile.build --output type=local,dest=. .
```
Build to produce image to run as a container
```sh
docker build --tag saspyrilia --file Dockerfile.run .
```
#### Run
```sh
./saspyrilia-startup.sh
```
### No Docker
#### Installation
```
$ yarn install
```
#### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
#### Build
```
$ yarn build
```
This command generates static content and places in the `build` directory and can be served using any static contents hosting service.
## Deploy
Deploy to [Azure static hosting](https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website).