https://github.com/dl-solarity/docs
Solarity ecosystem documentation
https://github.com/dl-solarity/docs
documentation docusaurus solarity
Last synced: 5 months ago
JSON representation
Solarity ecosystem documentation
- Host: GitHub
- URL: https://github.com/dl-solarity/docs
- Owner: dl-solarity
- License: mit
- Created: 2023-06-28T11:30:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-11-24T16:09:56.000Z (7 months ago)
- Last Synced: 2025-11-28T04:41:31.307Z (7 months ago)
- Topics: documentation, docusaurus, solarity
- Language: SCSS
- Homepage:
- Size: 6.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solarity Documentation
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ npm install
```
### Local Development
```
$ npm run 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
```
$ npm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.