- Navigate to root dir in terminal
- Run:
truffle develop - In the development console run:
compile - Next run:
migrateor (migrate --reset)
- Migrate the contracts to the truffle development blockchain
truffle testor justtestif you're in the development console.