https://didit.iwamot.com/ is a website for those who have passed Japan's Information Technology Engineers Examination.
- Fork this repository
- Create data/{YOUR_GITHUB_ID}.json referring to data/iwamot.json
- Send a pull request
All pull requests are welcome, including features and design improvements.
# install dependencies
$ yarn
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# export static HTML
$ yarn export
# test
$ yarn test:e2e
For detailed explanation on how things work, see Next.js docs.