Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 802 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 802 Bytes

Ethereum

🖥️ Playing with Ethereum.

Getting Started

  1. Install node modules: npm install

  2. Create a .env file in the root of this project and fill it with environment variables.

  3. Start Next.js via Express: npm run dev

npm Scripts

There are lots of npm scripts at your disposal during local development. Here are some of the more important ones:

Start command Description
npm run analyze Shows interactive visualization of the webpack bundle.
npm run dev Starts the local dev server.