tsurupin/portfolio

View on GitHub
frontend/src/shared/config.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  gitHubUrl: 'https://github.com/tsurupin',
  authorName: 'TOMOAKI TSURUTA',
  siteDescription: 'This website is about my personal thought and experience. ' +
  'This website is written in React/Redux with CSS Modules as the front-end,' +
  'and Rails as the API. As for the design, it uses Material UI. ' +
  'All the code for this site is available on GitHub, so feel free to visit it.',
  siteName: 'tsurupin.com',
};