fibo / ip-v4.space

is an IPv4 space visualization, your eye to see the Internet as we imagined in the 90s

Home Page:http://ip-v4.space/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ip-v4.space

IPv4 space visualization

Development

Setup

Install deps and build

npm install
npm run build

Start dev server

npm start

Optionally start sass in watch mode to edit CSS

npm run sass_watch

Deploy

AWS environment variables are required

export AWS_ACCESS_KEY_ID=AKIA***
export AWS_SECRET_ACCESS_KEY="xxx***"
export export AWS_DEFAULT_REGION=us-east-1

Upload the whole app to S3.

npm run deploy

Go to Cloudflare Development mode and disable cache to see results instantly.

Cache

Caching Level on Cloudflare is set to Ignore Query String so it

Delivers the same resource to everyone independent of the query string.

Browser Cache Expiration on Cloudflare is set to 1 month.

About

is an IPv4 space visualization, your eye to see the Internet as we imagined in the 90s

http://ip-v4.space/


Languages

Language:JavaScript 92.5%Language:HTML 6.8%Language:CSS 0.7%