KO
|
EN
gitlite — search
Search
#javascript
#nodejs
#config
#github-config
#python
#typescript
#openai
#rust
#flutter
#reactjs
#minecraft
#dart
chialisp-web
★ 66
Open GitHub ↗
A docusaurus Chialisp website
Download README (.md)
Explore Similar Repositories
clvm_rs
:
Rust implementation of clvm
chia-log-analyzer
:
Simply realtime chia log analyzer for chia coin (XCH) farmers
chiavdf
:
Chia VDF utilities
chia_crypto_utils
:
Cryptographic utilities in Dart for the Chia blockchain with a functional object model for manipulating Chia primitive types.
sage
:
The sagest wallet for the Chia blockchain.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
chialisp-web
?
Download (.md)
# Website This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator, and deployed with Github Pages. ### 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. ### Serve ``` $ npm run serve ``` This command serves the static content in the `build` directory. ### Commands run in github CI These are the commands being run in the github CI, run them all locally in this order to ensure there are no issues building and serving the content prior to submitting a pr: ``` $ npm install $ npm ci $ npm run build $ npm run serve ```