Skip to content

ivy-llc/ivy-llc.github.io

Repository files navigation

Ivy Website

Next.js website hosted on https://ivy.dev/ via GitHub pages

Dev Environment:

  1. Install node.js

  2. npm install to install the necessary packages

  3. npm run build

  4. npm run dev to run the website on localhost

Deployment:

  • To deploy the app to GitHub pages (where we're hosting ivy.dev), run npm run deploy in your local terminal

  • This makes an automatic build commit to the gh-pages branch of this repo

  • After the deployment actions have finished on the commit, check the website is up and running correctly at ivy.dev :)