Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elmasse/nextein-tailwind-starter

nextein starter with tailwindcss
https://github.com/elmasse/nextein-tailwind-starter

nextein nextjs tailwindcss

Last synced: about 2 months ago
JSON representation

nextein starter with tailwindcss

Awesome Lists containing this project

README

        

# Nextein tailwindCSS 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-tailwind-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)