Portfolio With Remixjs

screenshot of Portfolio With Remixjs

My Portfolio to integrate with Remix.js and HyGraph Headless CMS GraphQl API

Overview

This article provides information about the deprecation of the @remix-run/vercel runtime adapter in favor of out-of-the-box Vercel functionality for the Remix framework. It explains that the Vercel template is no longer necessary and users can use the Remix template instead. The article also provides instructions for deployment and development using Vercel.

Features

  • Deprecation of @remix-run/vercel runtime adapter: The article highlights that the @remix-run/vercel runtime adapter has been deprecated in favor of Vercel's built-in functionality for Remix.
  • Use of Remix template: Users are informed that they can use the Remix template instead of the Vercel template.
  • Deployment: The article provides instructions on how to deploy a Remix app using Vercel. Users can import their Git repository into Vercel for deployment. It is recommended to use a Git repository for automated deployment through Vercel's Git Integration.
  • Development: Instructions are given for running a Remix app locally. Users need to ensure that the project's local dependencies are installed and then start the Remix development server. The article mentions that if users are familiar with the vercel dev command provided by Vercel CLI, they can use that as well.

Summary

This article discusses the deprecation of the @remix-run/vercel runtime adapter in the Remix framework. It suggests using the Remix template instead of the Vercel template. The article provides instructions for deployment using Vercel, highlighting the option to use a Git repository for automated deployment. It also explains how to run a Remix app locally for development purposes.