Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmasse/nextein-i18n-starter
https://github.com/elmasse/nextein-i18n-starter
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elmasse/nextein-i18n-starter
- Owner: elmasse
- Archived: true
- Created: 2022-03-30T21:30:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T19:03:14.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T14:12:17.859Z (4 months ago)
- Language: JavaScript
- Homepage: nextein-i18n-starter.vercel.app
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-NextJs - nextein-i18n-starter - [demo](http://nextein-i18n-starter.vercel.app/) (Nextjs Starter)
README
# Nextein i18n 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-i18n-starter/tree/main)
# More information
- Check the [nextein repository](https://github.com/elmasse/nextein)
- [Documentation](https://nextein.elmasse.io/docs)
- [Guides](https://nextein.elmasse.io/guides)