A code-sharing social app where developers collaborate, receive feedback, and improve their code together.
First, Clone the repository from GitHub:
git clone https://github.com/cleanough/cleanoughInstall dependencies via npm:
cd cleanough
npm installCopy the .env.example file to .env and update the database connection settings to match your environment:
cp .env.example .envHere are the default admin email and password that will be seeded into the database, but these can be changed in the .env file.
SUPER_ADMIN_EMAIL=admin@cleanough.com
SUPER_ADMIN_USERNAME=admin
SUPER_ADMIN_PASSWORD=adminStart the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.