react-native-true-sheet/docs
2024-04-27 02:46:17 +08:00
..
blog docs: styles 2024-04-23 01:03:24 +08:00
docs feat: add dimmed & dimmedIndex prop (#14) 2024-04-27 01:19:43 +08:00
src docs: style 2024-04-24 10:12:26 +08:00
static docs: content 2024-04-22 11:34:15 +08:00
.gitattributes docs: styles 2 2024-04-23 02:09:00 +08:00
.gitignore chore: vercel 2024-04-22 12:40:37 +08:00
babel.config.js Docs (#8) 2024-04-22 00:20:38 +08:00
docusaurus.config.ts docs: banner 2024-04-27 02:46:17 +08:00
package.json docs: add analytics 2024-04-22 21:25:11 +08:00
README.md chore: tidy 2024-04-22 12:41:53 +08:00
sidebars.ts Docs (#8) 2024-04-22 00:20:38 +08:00
tsconfig.json Docs (#8) 2024-04-22 00:20:38 +08:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.