Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/riipandi/varlet-website
- Owner: riipandi
- License: mit
- Created: 2019-12-13T16:28:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T13:35:17.000Z (over 2 years ago)
- Last Synced: 2024-10-06T15:41:54.028Z (about 1 month ago)
- Topics: nextjs, ssr, varlet, website
- Language: JavaScript
- Homepage: https://varlet.dev
- Size: 4.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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 requestI 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