31 lines
520 B
Markdown
31 lines
520 B
Markdown
# hypnagaga
|
|
|
|
Graphics created with [bluprint_graphics-kit](https://github.com/reuters-graphics/bluprint_graphics-kit).
|
|
|
|
## Developing
|
|
|
|
Develop your project.
|
|
|
|
```console
|
|
pnpm start
|
|
```
|
|
|
|
Build and publish preview pages to AWS.
|
|
|
|
```console
|
|
pnpm preview
|
|
```
|
|
|
|
Build and upload your project to Sphinx Graphics Server.
|
|
|
|
```console
|
|
pnpm upload
|
|
```
|
|
|
|
🍻 Publish your project in the Sphinx Graphics Server.
|
|
|
|
```console
|
|
pnpm pub
|
|
```
|
|
|
|
Read more in the [development docs](https://reuters-graphics.github.io/bluprint_graphics-kit/).
|