https://github.com/learosema/lea-codes
https://github.com/learosema/lea-codes
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/learosema/lea-codes
- Owner: learosema
- License: mit
- Created: 2023-12-02T22:44:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T14:50:34.000Z (over 1 year ago)
- Last Synced: 2025-01-15T17:16:49.203Z (over 1 year ago)
- Language: JavaScript
- Size: 2.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lea's Blog
This is going to be a place to write for Lea. It is based on [eleventy-excellent](https://github.com/madrilene/eleventy-excellent) by [Lene Saile](https://front-end.social/@lene).
## Tech stack
This site uses Eleventy and LightningCSS as a CSS preprocessor.
To get it running, use
```sh
npm install
npm run dev
```
This will open a dev server running on localhost:8080, watching for changes.
## GitHub actions
There are github actions for running automated checks on the code base, so I can be sure the HTML/CSS/JS are valid and also the formatting of the files are all respecting the provided editorconfig.
All credits of the automated checks go to [Vadim Makeev](https://github.com/pepelsbey/pepelsbey.dev).