Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbohacek/dataviz-projects
My dataviz projects.
https://github.com/stefanbohacek/dataviz-projects
data data-visualization dataviz
Last synced: about 3 hours ago
JSON representation
My dataviz projects.
- Host: GitHub
- URL: https://github.com/stefanbohacek/dataviz-projects
- Owner: stefanbohacek
- License: mit
- Created: 2023-08-15T20:32:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T12:54:48.000Z (6 months ago)
- Last Synced: 2024-05-12T13:52:15.622Z (6 months ago)
- Topics: data, data-visualization, dataviz
- Language: JavaScript
- Homepage: https://stefanbohacek.com/data
- Size: 45.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data visualization projects
## Installation
```sh
npm install
cp .env-copy .env
```Site is available at `http://localhost:5025/`.
## Development
```sh
npm run dev
npm run gulp
```## Apache config
```sh
RewriteCond %{REQUEST_URI} ^/data/2021w24
RewriteRule ^(.*)$ https://stefanbohacek.com/data/projects/makeover-monday/2021w24 [R=301,L]RewriteCond %{REQUEST_URI} ^/data/2021w27
RewriteRule ^(.*)$ https://stefanbohacek.com/data/projects/makeover-monday/2021w27 [R=301,L]RewriteCond %{REQUEST_URI} ^/css/projects
RewriteRule ^(.*)$ https://%{SERVER_NAME}/data/%{REQUEST_URI} [R=301,L]RewriteCond %{REQUEST_URI} ^/js/projects
RewriteRule ^(.*)$ https://%{SERVER_NAME}/data/%{REQUEST_URI} [R=301,L]RewriteCond %{REQUEST_URI} ^/libs/projects
RewriteRule ^(.*)$ https://%{SERVER_NAME}/data/%{REQUEST_URI} [R=301,L]RewriteCond %{REQUEST_URI} ^/css
RewriteRule ^(.*)$ https://%{SERVER_NAME}/data/%{REQUEST_URI} [R=301,L]RewriteCond %{REQUEST_URI} ^/js
RewriteRule ^(.*)$ https://%{SERVER_NAME}/data/%{REQUEST_URI} [R=301,L]RewriteCond %{REQUEST_URI} ^/libs
RewriteRule ^(.*)$ https://%{SERVER_NAME}/data/%{REQUEST_URI} [R=301,L]RewriteCond %{REQUEST_URI} ^/projects/makeover-monday
RewriteRule ^(.*)$ https://%{SERVER_NAME}/data/%{REQUEST_URI} [R=301,L]
```