https://github.com/intercaetera/formuj-docs
Documentation for Formuj
https://github.com/intercaetera/formuj-docs
formik formuj hacktoberfest
Last synced: over 1 year ago
JSON representation
Documentation for Formuj
- Host: GitHub
- URL: https://github.com/intercaetera/formuj-docs
- Owner: intercaetera
- Created: 2020-05-31T14:52:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:46:21.000Z (over 3 years ago)
- Last Synced: 2025-04-11T21:55:45.995Z (over 1 year ago)
- Topics: formik, formuj, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 3.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and open 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.