https://github.com/admataz/longform-story-system
online narratives for storytelling
https://github.com/admataz/longform-story-system
Last synced: 3 months ago
JSON representation
online narratives for storytelling
- Host: GitHub
- URL: https://github.com/admataz/longform-story-system
- Owner: admataz
- Created: 2019-05-07T23:36:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:50:18.000Z (over 3 years ago)
- Last Synced: 2026-01-03T10:29:01.877Z (7 months ago)
- Language: Svelte
- Size: 2.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# longform story system
a work in progress using [Sapper](https://sapper.svelte.dev) and [Svelte (v3)](https://svelte.dev) to deliver long form scrollable content
## To get started with development:
- check out this repos and `cd` to the project
- run `npm install`
- change your `.env` file to reflect the location of your content csv file
- run `npm run dev`
- refer to the [sapper documentation](https://sapper.svelte.dev) for more advanced stuff and builds, etc
## the content csv
- see the structure in the [`sample-data.csv`](./static/sample-data.csv) file
- paths to media assets can be local URLs (`static/` is the web root) or absolute URLs to a CDN or something