Interface for applying, voting, and challenging domain entries into the adChain Registry.
npm installnpm run start:devThen head over to http://localhost:3000/
Lint and test
npm run lint:fix && npm testTo test build locally:
- install Docker
cdinto 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:8000put container id here - Open browser and navigate to http://localhost:8000
MIT