ryugibo / nomadcoders-melon-clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Melon Contest Blueprint

How to run?

  • Open this folder on VSCode.
  • Click on View -> Terminal.
  • Run npm i.
  • Start mongodb.
  • Change the COOKIE_SECRET on the .env file.
  • Run npm run dev:server.
  • Open another terminal and run npm run dev:assets.

How to deploy?

  • Run npm run build.
  • Run npm start.

About


Languages

Language:JavaScript 61.5%Language:SCSS 28.4%Language:Pug 10.2%