Skip to content

mattscholta/portfolio-remix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽ๏ธ๐Ÿ’จ 2023 Portfolio

Remix is a full stack web framework that lets you focus on the user interface and work back through web fundamentals to deliver a fast, slick, and resilient user experience. People are gonna love using your stuff.

This repo is rebuild and re-skin of my NextJS portfolio from 2021. Both are hosted on using Vercel and really both are incredible.

That being said I am really excited to see what the future holds for Remix. Its one of those full circle moments where in our industry and beautifully orchestrated by Remix. More to come in a blog post, it deserves it.

Technology:

Setup

Currently the API calls are made to an external service, GraphCMS. Now, until we can move to Prisma (or something a little more portable for "local development") you'll see failed API calls ๐Ÿคทโ€โ™‚๏ธ.

# ๐Ÿ”’ Copy the example env file
cp .env.example .env

# Install Yarn or use NPM
# npm install --global yarn

# ๐Ÿ“ฆ Install dependencies
yarn install

# ๐ŸŽ๏ธ๐Ÿ’จ Start building
yarn dev