- node.js ^12.16.3
- yarn ^1.22.4
git clone https://github.com/3ddd-developers/3d-frontend.git
yarn install
yarn start
- Access 'https://localhost:9000' through browser.
- Access 'https://github.com/settings/developers'
- click 'New OAuth App'
- Enter 'https://localhost:9000' in Homepage URL, Authorization callback URL section.
- click 'Register application', then copy generated 'Client ID' and 'Client secret', paste them on line 6, line 7 respectively of 'config.js' file in the root directory.