Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gucio321/promat
https://github.com/gucio321/promat
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gucio321/promat
- Owner: gucio321
- License: other
- Created: 2023-10-06T07:22:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-29T21:05:48.000Z (about 1 year ago)
- Last Synced: 2024-05-01T16:14:18.703Z (7 months ago)
- Language: CSS
- Size: 9.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Promat website
This is source code of the new Promat's website.
## How To Build
To build this project locally, you need to install [python3](https://python.org).
Then, download this repository and `cd` into its folder.
Then run:
```sh
# python3 -m pip install virtualenv
python3 -m pip virtualenv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
```Now to rebuild html code and serve the website locally run `make serve`
## Dev tips
- in articles section, set the following article's date to disable displaying article info:
```
Date: 1000-01-01 00:00
```