odfjs/readme.md

30 lines
761 B
Markdown
Raw Normal View History

2024-06-14 16:57:20 +02:00
# Front-end template
This repo is meant to be a template repo. Not useful in itself, but a starter kit for other projects
A simple theme is already set up
A JavaScript bundler with [svelte](https://svelte.dev/) is set up
Continuous deployment is setup via Github Actions. The continuous deployement builds with `npm run build` then does a `git push origin online`, then triggers a github page build of the `online` branch
## Local dev
```sh
npm install
npm run dev
```
## Expectations and licence
I expect to be credited for the work on this repo
Everything written by me and contributors to this repo is licenced under **CC0 1.0 (Public Domain)**
#### Dependencies
Bootstrap reboot is **MIT**-licenced
Svelte and rollup config are **MIT**-licence