Skip to content
Tyler Ruff edited this page Aug 26, 2023 · 1 revision

Welcome to the ice-next documentation.

What is Ice for Next?

Ice is a boilerplate and set of standards for rapid development of Next.js apps.

How do I get started?

  1. First, clone the boilerplate repo.
  2. Next, install dependencies with NPM:
npm install
  1. Then, follow this guide to create your site.
  2. Finally, you can run the dev server locally by running:
npm run dev
Clone this wiki locally