Skip to content

0-don/coding.global-web

Repository files navigation

Coding Global Web

Project Description

Coding Global Web is a web application built using SolidJS, Elysia, and Drizzle ORM. It provides a platform for users to interact, share information, and collaborate on various projects. The application includes features such as user authentication, real-time chat, and task management.

Installation Instructions

To set up the project locally, follow these steps:

  1. Clone the repository: git clone https://github.com/0-don/coding.global-web.git
  2. Navigate to the project directory: cd coding.global-web
  3. Install the dependencies: npm install
  4. Set up the environment variables by creating a .env file based on the provided .env.example file.
  5. Start the development server: npm run dev

Usage Guidelines

Once the project is set up, you can use the following commands to interact with the application:

  • npm run dev: Start the development server
  • npm run build: Build the project for production
  • npm run start: Start the production server
  • npm run prettier: Format the code using Prettier
  • npm run lint: Lint the code using ESLint

Contribution Information

We welcome contributions from the community! To contribute to the project, follow these steps:

  1. Fork the repository
  2. Create a new branch: git checkout -b my-feature-branch
  3. Make your changes and commit them: git commit -m 'Add new feature'
  4. Push to the branch: git push origin my-feature-branch
  5. Create a pull request

Technologies Used

  • SolidJS: A declarative JavaScript library for building user interfaces
  • Elysia: A lightweight web framework for building fast and scalable applications
  • Drizzle ORM: A TypeScript ORM for SQL databases