Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefengl/headlessui-note
https://github.com/mefengl/headlessui-note
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mefengl/headlessui-note
- Owner: mefengl
- Created: 2023-05-31T16:03:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-18T02:29:12.000Z (over 1 year ago)
- Last Synced: 2024-10-17T08:34:40.966Z (21 days ago)
- Language: JavaScript
- Homepage: https://headlessui-note.vercel.app
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docusaurus 2
This directory is a brief example of a [Docusaurus](https://v2.docusaurus.io) site that can be deployed to Vercel with zero configuration.
## Deploy Your Own
Deploy your own Docusaurus project with Vercel.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/docusaurus-2&template=docusaurus-2)
_Live Example: https://docusaurus-2-template.vercel.app_
### How We Created This Example
To get started with Docusaurus on Vercel, you can use the [Docusaurus CLI](https://v2.docusaurus.io/docs/installation#scaffold-project-website) to initialize the project:
```shell
npx create-docusaurus@latest my-website classic
```