Skip to content

Infiniteplaces/infiniteplaces-2023

Repository files navigation

Infinite Places

Made with sane-eleventy Prerequisite Prerequisite

📖 About

  • Templates are authored in the templates directory using any template language supported by eleventy (Nunjucks by default)
  • Eleventy global data files live in data.
  • Styles are authored using Tailwind and the entry point lives in styles. We always leverage Tailwind utilities before resorting to adding custom styles.
  • JavaScript lives in scripts
  • Place any static files in the public folder
  • Place any eleventy related utilities in lib
  • Sanity Studio lives in the studio directory

✨ Install

# Install Yarn
npm i -g yarn

# Install project dependencies using yarn
yarn

# Install Sanity Studio dependencies using yarn
cd studio && yarn

👩🏻‍💻 Usage

To set up with Sanity, you will need to set your Sanity projectId and dataset in two places:

  1. studio/sanity.json
  2. lib/sanity.js

Development

# Start eleventy dev server
yarn dev

# Start Sanity dev server
cd studio && yarn start

Production

# Build front-end for production
yarn build

Deployment

Deploy the front-end using Netlify by pushing to the main branch.

romanceoffice-2022

rom-2022-sanity

infiniteplaces-2023

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published