Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.21 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.21 KB

RemixCookbook.com source-code

Hello! 👋🏻

I'm Fabio Vedovelli (github.com/vedovelli) and this project is my endeavor to learn Remix.run while building something real. This project is currently published on Remix-Cookbook.com, a blog I intend to maintain for as long as I can.

Here you find instructions on how to run the project. You're welcome to use it in any way you want, even to build something for yourself, commercial or personal.

Projects

This repository contains two separate projects:

  1. studio/ contains the sanity.io project, which allow us to create new schemas and build the interface to manage the data, which is hosted by Sanity;
  2. web/ contains the Remix project with deploy configurations for Netlify.

Each of the folders contains its own README.md with installation instructions.

Installation

It is necessary to install each project separately. Please refer to each's projects README.md to understand what is required to properly run them.