Skip to content

pgroenbaek/dbtracks-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbtracks-site

Reconstruction of Norbert Rieger's DBTracks website based on what was available on the wayback machine.

The site is currently hosted at dbtracks.com, with dbtracks.pages.dev as a fallback.

Building and running the site locally

First clone the repo.

git clone https://github.com/pgroenbaek/dbtracks-site.git
cd dbtracks-site

Using npm

Make sure you have Node.js and npm installed on your system.

To install dependencies and run the site locally:

npm install
npm start

The site can now be accessed at http://localhost:8080

Using Docker

Make sure you have Docker installed on your system.

To build and run the docker image locally:

docker build -t dbtracks-site:latest .
docker run -p 8080:8080 dbtracks-site:latest

The site can now be accessed at http://localhost:8080

Deploying to Cloudflare Pages

First, install and authenticate the Cloudflare Wrangler CLI:

npm install -g wrangler
wrangler login

Next, run the deployment script defined in package.json:

npm run deploy

About

Norbert Rieger's DBTracks website rescued from the wayback machine.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors