Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmasse/nextein-starter
Nextein starter
https://github.com/elmasse/nextein-starter
blog-engine nextein nextjs react starter-kit
Last synced: 27 days ago
JSON representation
Nextein starter
- Host: GitHub
- URL: https://github.com/elmasse/nextein-starter
- Owner: elmasse
- Archived: true
- Created: 2017-12-07T03:42:14.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T18:51:42.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T14:12:17.580Z (4 months ago)
- Topics: blog-engine, nextein, nextjs, react, starter-kit
- Language: JavaScript
- Homepage: https://nextein-starter.vercel.app
- Size: 1.35 MB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-NextJs - nextein-starter - [demo](https://nextein-starter.vercel.app/) (Nextjs Starter)
README
# Nextein Starter
This is an starter skeleton for [Nextein](https://nextein.elmasse.io) 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](http://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](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/elmasse/nextein-starter/tree/master)
# More information
- Check the [nextein repository](https://github.com/elmasse/nextein)
- [Documentation](https://nextein.elmasse.io/docs)
- [Guides](https://nextein.elmasse.io/guides)