Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lem-project/lem-project.github.io
Webpage for the Lem project
https://github.com/lem-project/lem-project.github.io
Last synced: 21 days ago
JSON representation
Webpage for the Lem project
- Host: GitHub
- URL: https://github.com/lem-project/lem-project.github.io
- Owner: lem-project
- Created: 2023-05-30T12:20:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-30T11:10:58.000Z (26 days ago)
- Last Synced: 2025-01-02T02:57:24.987Z (24 days ago)
- Language: HTML
- Homepage: https://lem-project.github.io/
- Size: 8.85 MB
- Stars: 4
- Watchers: 7
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lem Webpage
This repository contains the code for the webpage of the Lem project and is currently hosted [here](https://lem-project.github.io/)
## Requirements
- [hugo](https://gohugo.io/installation/)
## Development
This webpage uses the Hugo page system with a modify version of the theme [hugo-geekdoc](https://github.com/thegeeklab/hugo-geekdoc).
That theme is NOT in use, it's modified, so you don't have to clone it, it's already in the repository.
### Run
To run the server, go to the root directoy and run the command:
```
make server
```If you want to just build the application run the command:
```
make build
```## Contributions
Contributions are more than welcome, open an issue [here](https://github.com/lem-project/lem/issues) or a pull request [here](https://github.com/lem-project/lem/pulls).
In general, follow the guidelines of the main project (https://lem-project.github.io/development/contribute/)