Skip to content

mscraftsman/devcon2025

Repository files navigation

DevCon 2025

This is a web application built using Laravel/Blade/Alpine.js for the upcoming Devcon 2025 in Mauritius 🏝️ 🇲🇺

Table of Contents

Features

Installation

To run devcon2025 locally, follow these steps:

  1. Clone this repository:

    git clone https://github.com/mscraftsman/devcon2025.git
  2. Change to the project directory

    cd devcon2025
  3. Install the project dependencies

    composer install
    npm install
  4. Copy the .env.example file to .env and configure your environment variables, setup your mysql database and include your database settings and any other necessary configuration.

    cp .env.example .env
  5. Generate an application key

    php artisan key:generate
  6. Migrate the database

    php artisan migrate
  7. Seed the database with sample data (optional):

    php artisan db:seed
  8. Start the development server

    npm run dev
    php artisan serve
  9. Access the application in your browser at http://localhost:8000

Usage

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix: git checkout -b feature-name.
  3. Make your changes git add . and commit them: git commit -m 'Add some feature'.
  4. Push to your fork: git push origin feature-name.
  5. Create a pull request on the original repository.

About

Website for the Developers Conference 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •