https://github.com/nethermindeth/surge-docs
Surge based rollup documentation
https://github.com/nethermindeth/surge-docs
Last synced: 10 months ago
JSON representation
Surge based rollup documentation
- Host: GitHub
- URL: https://github.com/nethermindeth/surge-docs
- Owner: NethermindEth
- License: mit
- Created: 2024-10-18T11:46:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T15:15:28.000Z (about 1 year ago)
- Last Synced: 2025-04-08T15:42:49.319Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://docs.surge.wtf/
- Size: 7.48 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Surge docs
The [Surge Documentation](https://docs.surge.wtf/) website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ npm install
```
### Local Development
```
$ npm 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.