Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/riipandi/varlet-website

Brief code of varlet.dev website.
https://github.com/riipandi/varlet-website

nextjs ssr varlet website

Last synced: 19 days ago
JSON representation

Brief code of varlet.dev website.

Awesome Lists containing this project

README

        

# Varlet Website

[![Build Status][build-badge]][build-url]
[![MIT License][license-badge]][license-badge]

This directory is a brief code of [varlet.dev](https://varlet.dev) website
that can be deployed to Vercel, or Cloudflare Pages.

## Quick Start

```bash
# install dependencies
$ yarn install --non-interactive

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start
```

> For detailed explanation on how things work, check out [Next.js docs](https://nextjs.org).

## Contribution

If you want to contribute, please, feel free to look into the
[issues](https://github.com/riipandi/varlet/issues). All help
is welcome as the project is only getting bigger. To submit a
feature, bug fix, or enhancement to the website proceed as follows:

1. Clone this repository
2. Follow the Quick Start step
3. Send me pull request

I really appreciate any contribution.

## Thanks to...

In general, I'd like to thank every single one who open-sources their
source code for their effort to contribute something to the open-source
community. Your work means the world! 🌍 ❤️

## License

This project is open-sourced software licensed under the [MIT license](https://aris.mit-license.org).

Copyrights in this project are retained by their contributors.
See the [license file](./license.txt) for more information.

[build-url]: https://travis-ci.org/riipandi/varlet-website
[build-badge]: https://api.travis-ci.org/riipandi/varlet-website.svg?branch=master
[license-badge]: https://img.shields.io/github/license/riipandi/next-tailwind-starter?style=flat-square