-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tyler Ruff edited this page Aug 26, 2023
·
1 revision
Welcome to the ice-next documentation.
Ice is a boilerplate and set of standards for rapid development of Next.js apps.
- First, clone the boilerplate repo.
- Next, install dependencies with NPM:
npm install
- Then, follow this guide to create your site.
- Finally, you can run the dev server locally by running:
npm run dev