Awesome
<div align="center"> <a align="center" href="https://moralis.io" target="_blank"> <img src="https://github.com/MoralisWeb3/Moralis-JS-SDK/raw/main/assets/moralis-logo.svg" alt="Moralis JS SDK" height=200/> </a> <h1 align="center">Moralis Documentation</h1> <a href="https://discord.gg/moralis" target="_blank"> <img alt="Join the Moralis DAO on Discord" src="https://img.shields.io/discord/819584798443569182?color=7289DA&label=Discord&logo=discord&logoColor=ffffff" /> </a> <a href="https://docs.moralis.com" target="_blank"> <img alt="Check the docs" src="https://img.shields.io/badge/Docs-Full Documentation-21BF96?style=flat&logo=gitbook&logoColor=ffffff" /> </a> <a href="https://forum.moralis.io" target="_blank"> <img alt="Discourse posts" src="https://img.shields.io/discourse/posts?color=B7E803&label=Forum&logo=discourse&server=https%3A%2F%2Fforum.moralis.io" /> </a><br/> <img alt="vercel" src="https://img.shields.io/github/deployments/MoralisWeb3/docs/production?label=vercel&logo=vercel&logoColor=white" /> <img alt="github" src="https://img.shields.io/github/last-commit/MoralisWeb3/docs" /> <img alt="algolia" src="https://github.com/MoralisWeb3/docs/actions/workflows/algolia.yml/badge.svg" /> <p> </p> <p> The official repository of <a href="https://docs.moralis.com">Moralis Documentation</a>. </p> <br/> </div>Installation
npm i
Local Development
To start a local development server, run the following command.
npm run start
This command opens up a browser window and 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.