DeveHome https://devehome.netlify.app
DeveHome is a web application where developers come to hang out and get help on their projects
Clicking wanna code?
sends you to the code mirror page in which you can type your HTML, CSS, JS code and watch it come to life immidietly.
check out the current design: https://scene.zeplin.io/project/60f94692b24ad91391e92d2e
# To run the project Locally you:
- Clone the repo
- in the project direcotory open up the terminal and type `yarn`
- To run the project in development mode type `yarn start`
- To generate a production minifide package type `yarn build`