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.
- Current Portfolio build with Remix
- 2021 Portfolio build with NextJS
Technology:
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