Interface for applying, voting, and challenging domain entries into the adChain Registry.
npm install
npm run start:dev
Then head over to http://localhost:3000/
Lint and test
npm run lint:fix && npm test
To test build locally:
- install Docker
cd
into the project root- run
docker build ./
- copy the container id
To see your container on host environment:
- run
docker run -it --expose 8000 -p 8000:8000
put container id here - Open browser and navigate to http://localhost:8000
MIT