stefanbohacek / dataviz-projects

My dataviz projects.

Home Page:https://stefanbohacek.com/data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data visualization projects

Installation

npm install
cp .env-copy .env

Site is available at http://localhost:5025/.

Development

npm run dev
npm run gulp

Apache config

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]

About

My dataviz projects.

https://stefanbohacek.com/data

License:MIT License


Languages

Language:JavaScript 66.4%Language:CSS 17.9%Language:SCSS 10.6%Language:Handlebars 4.8%Language:HTML 0.2%Language:Python 0.1%Language:TypeScript 0.1%Language:Makefile 0.0%