https://github.com/aelfproject/aelf-learn
https://github.com/aelfproject/aelf-learn
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aelfproject/aelf-learn
- Owner: AElfProject
- Created: 2024-06-06T09:37:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T02:23:33.000Z (almost 2 years ago)
- Last Synced: 2024-06-26T03:33:40.152Z (almost 2 years ago)
- Language: JavaScript
- Size: 13.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ npm i -g pnpm
$ pnpm i
```
### Local Development
```
$ pnpm 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
```
$ pnpm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Main branch is deployed automatically via Vercel.