가천대학교 졸업 프로젝트
- yarn berry
- Nextjs
- react-query
- styled-components
- git action
- docker
- ./env/env
S3URL=${S3URL}
- ./next.config.js
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
compiler: {
styledComponents: true,
},
images: {
domains: [${S3URL}],
},
async rewrites() {
return [
{
source: '/be/:path*',
destination: `${BACKEND_URL}/:path*`,
},
];
},
};
module.exports = nextConfig
OS X & 리눅스:
yarn set version berry
yarn install
윈도우:
yarn set version berry
yarn install
- 0.0.1
- 작업 진행 중
- 1.0.0
- 졸업프로젝트 종료
박경열 – [email protected]
MIT 라이센스를 준수하며 LICENSE
에서 자세한 정보를 확인할 수 있습니다.
https://github.com/ComposerLab/composer-web/blob/master/License