Skip to content

tearingItUp786/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tarn's personal blog!

Requirements

In order to get the repository up and running, you'll need the following prerequisites.

  • Docker - used for our redis cache
  • Node - the current version is pinned via Volta
  • Docker compose - we run docker-compose up to start the redis server
  • Chromium

Setup

We use dotenv to handle our secrets so you'll need to do npx dotenv-vault pull. You will also need to install chromium! On a Mac, that's brew install --cask chromium.

Commands

  • npx dotenv-vault pull - pull in our secrets
  • npm run dev - get the dev server up and running on port 8080. We chose this port over the default because that's the port that fly wants to use! The
  • npm run clean - removes all the artifacts related to the build