Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junglejs/junglejs
The Jamstack static site framework for Svelte
https://github.com/junglejs/junglejs
blog jamstack static-site-generator svelte
Last synced: 24 days ago
JSON representation
The Jamstack static site framework for Svelte
- Host: GitHub
- URL: https://github.com/junglejs/junglejs
- Owner: junglejs
- License: mit
- Created: 2020-05-22T19:47:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T01:47:05.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T14:02:12.061Z (about 1 month ago)
- Topics: blog, jamstack, static-site-generator, svelte
- Language: JavaScript
- Homepage: https://junglejs.org
- Size: 582 KB
- Stars: 276
- Watchers: 13
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# [JungleJS](https://junglejs.org/) · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebook/react/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/junglejs.svg?style=flat)](https://www.npmjs.com/package/junglejs) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://reactjs.org/docs/how-to-contribute.html#your-first-pull-request)
The Jamstack static site framework for SvelteAccess the template [here](https://github.com/junglejs/template), or
Get started with development:
```
git clone https://github.com/junglejs/junglejs.gitcd junglejs && npm install && cd ..
cd example && npm installnpm run start
```The app will now be running on [localhost:3000](http://localhost:3000)
## To do
- [x] Generate routes from multi word file names
- [x] Generate routes from a variable in the file name like [slug].svelte
- [ ] Get relations between datasources working
- [ ] Get livereload in development working## Special thanks
- [littlemooon](https://www.npmjs.com/~littlemooon) for letting me takeover the junglejs package on npm