Awesome
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
More information
- Check the nextein repository
- Documentation
- Guides