Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippmatthes/homepage
My personal homepage.
https://github.com/philippmatthes/homepage
brotli django homepage scss typescript webpack whitenoise yarn
Last synced: 4 days ago
JSON representation
My personal homepage.
- Host: GitHub
- URL: https://github.com/philippmatthes/homepage
- Owner: PhilippMatthes
- Created: 2020-11-08T11:02:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T06:49:51.000Z (10 months ago)
- Last Synced: 2024-05-02T03:27:51.321Z (8 months ago)
- Topics: brotli, django, homepage, scss, typescript, webpack, whitenoise, yarn
- Language: TypeScript
- Homepage: https://philippmatth.es
- Size: 62.9 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homepage
My new homepage, based on Django and Webpack.
## Quickstart
- Run `python3 -m pip install --user -r requirements.txt` or use your favorite venv to setup all Python dependencies.
- Run `python3 homepage/manage.py runserver` to access the development server at [`localhost:8000`](http://127.0.0.1:8000)
- If you need to modify any SCSS or TypeScript, run `yarn install` to install all Webpack dependencies and `yarn dev` or `yarn prod` to build the assets into the `/static/dist/` folder.## License
`TODO:` I am not sure yet, which license I will apply to this project. Stay tuned.