https://github.com/nutgram/docs
The Nutgram framework documentation.
https://github.com/nutgram/docs
hacktoberfest
Last synced: about 1 year ago
JSON representation
The Nutgram framework documentation.
- Host: GitHub
- URL: https://github.com/nutgram/docs
- Owner: nutgram
- License: gpl-3.0
- Created: 2022-03-05T17:55:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T21:09:39.000Z (about 1 year ago)
- Last Synced: 2025-04-03T21:30:36.810Z (about 1 year ago)
- Topics: hacktoberfest
- Language: MDX
- Homepage: https://nutgram.dev
- Size: 15.2 MB
- Stars: 1
- Watchers: 2
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Nutgram Documentation
This website is built using [Docusaurus 2](https://docusaurus.io/), 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.