memcode
1.0.0

웹 사이트 : memcode.com
Patreon : patreon.com/memcode
이메일 : [email protected]
트위터 : twitter.com/memcodeapp
대안
우선 - 당신은 기여를 환영합니다. Memcode는 공동 노력입니다.
기고하기 전에 관련 문제를 만드는 것이 좋습니다.
psql postgres 로 이동하십시오.postgres 사용자를 만듭니다. CREATE ROLE postgres WITH LOGIN PASSWORD 'postgres'; .ALTER ROLE postgres with superuser; . cp env.example.js env.js 로 예제 환경 파일을 복사하십시오npm install 실행하십시오 make db-reset 만듭니다.make all . 이것은 시작됩니다 :make backend-webpack (모든 변경에서 백엔드 코드를 컴파일)make frontend-webpack (모든 변경에서 프론트 엔드 코드를 컴파일)make start 하십시오.