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

https://github.com/albbus-stack/cua-docs

The documentation site for the create-universal-app template.
https://github.com/albbus-stack/cua-docs

create-universal-app cua docs nextjs nextra react react-native tailwindcss typescript

Last synced: 6 months ago
JSON representation

The documentation site for the create-universal-app template.

Awesome Lists containing this project

README

          

# create-universal-app docs

![Typescript](https://shields.io/badge/TypeScript-3178C6?logo=TypeScript&logoColor=FFF&style=flat-square)
![Next.js](https://shields.io/badge/Next.js-000?logo=next.js&logoColor=FFF&style=flat-square)

This repo contains the code for the [create-universal-app](https://github.com/chen-rn/CUA) documentation site, currently live at .

## Contributing

If you'd like to contribute to the docs, please fork this repo and submit a pull request. The docs are written in Markdown (`.mdx` specifically) and are located in the `/pages` directory.

This is built using [Nextra](https://nextra.site/), if you have any questions about the structure of the site, please refer to their documentation.