Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Svelte

Access the template [here](https://github.com/junglejs/template), or

Get started with development:
```
git clone https://github.com/junglejs/junglejs.git

cd junglejs && npm install && cd ..
cd example && npm install

npm 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