Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 497 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 497 Bytes

Aleo Name Service website

🚀 Quick Start

Ensure you have:

  • Node.js 12 or later installed
  • Yarn v1 or v2 installed

Then run the following:

1) Clone the repository

git clone https://github.com/snowtigersoft/aleo-name-service && cd aleo_name_service/website

2) Install dependencies

yarn

3) Development

Run a local server on localhost:3000.

yarn dev

4) Build

yarn build