Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 378 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 378 Bytes

event-explorer-site

Event Explorer web-site https://explorer.neo.events/

Found a bug on the site create an issue. Think you got what it takes to fix it yourself? than Fork it, than PR it.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

=======