Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

elmasse/nextein-starter

Repository files navigation

Nextein Starter

This is an starter skeleton for Nextein sites.

Development

Follow the next steps to get you up and running with your first Nextein site:

  • Clone this repository
  • Run npm install
  • Run npm run dev
  • Open localhost:3000 in your browser.

Export the static version

  • Run npm run export

Deploy to Vercel

The Nextein Starter includes a vercel.json file with configuration to deploy to Vercel. You'll need a Vercel account and get vercel cli installed. Then just run:

$ vercel

Deploy using this template

Use the deploy button to create a Vercel Project

Deploy to Vercel

More information