jshmrtn / satellight
A Framework for simple sites.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 9
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: >=5.3.2
- composer/installers: v1.0.21
- klein/klein: ~2.1
- twig/twig: 1.22.2
- vlucas/phpdotenv: 2.0.1
This package is not auto-updated.
Last update: 2025-03-29 20:43:08 UTC
README
This project is managed on our internal GitLab instance: git.joshmartin.ch
Roadmap
- Add more extensive templating via webpack-html-plugin.
Requirements
- Node >= 7
Installation
- Clone the git repo -
git clone git@github.com:jshmrtn/satelight.git
- Run
npm install
Development
Run npm run start
Testing
Run npm run test
Building
Run npm run build:prod
Content
Favicons / Icons
The structure of the favicon images is built according to favicon-generator.net.
If you build an icon pack there, just put it into the favicon folder, remove the browserconfig.xml
and manifest.json
files that come with it.
Contributing
Contributions are welcome from everyone. We will add contributing guidelines as soon as possible.