Skip to content

A code-sharing social app where developers collaborate, receive feedback, and improve their code together.

Notifications You must be signed in to change notification settings

Cleanough/cleanough

Repository files navigation

Cleanough

A code-sharing social app where developers collaborate, receive feedback, and improve their code together.

Getting Started

First, Clone the repository from GitHub:

git clone https://github.com/cleanough/cleanough

Install dependencies via npm:

cd cleanough
npm install

Copy the .env.example file to .env and update the database connection settings to match your environment:

cp .env.example .env

Here 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=admin

Start the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

A code-sharing social app where developers collaborate, receive feedback, and improve their code together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages