Skip to content

anthonyec/archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An archive of projects that I've worked on. This does not contain everything and this is not a portfolio. It's a place of preservation to say "hey, these things existed".

It is built to work as a separate website from my main one. This is so the archive can be a bit more resilient, hosted independently which allows my main site to change without affecting this.

Setup

The site uses my own static site generator called static_build. Another thing to hopefully improve resiliency (or cause headaches).

npm ci

Run the dev server.

NODE_ENV=dev npm run start

The NODE_ENV=dev is required to ensure it does not use the baseUrl and assetsBaseUrl.

Use a separate HTTP server to view the site locally. I like using http-server.

npx http-server -c-1 ./dist -p 8081

Hosting

It is available at anthonycossins.com/archive using some Netfliy _redirect magic and hacked together URL stuff found the HTML templates.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published