Skip to content

charrada/magnum-web-V2

 
 

Repository files navigation

Druid-ESPRIT/magnum-web

Setting up the project

  1. Clone the repository:
# Through HTTPS.
git clone https://github.com/Druid-ESPRIT/magnum-web.git
# Or SSH, if you have a key.
git clone git@github.com:Druid-ESPRIT/magnum-web.git
  1. Run composer update to initialize the vendor directory.

Option A:

  1. Start your HTTP server.
  2. Navigate to where this project is located in your browser at localhost:<PORT>/.

Option B:

  1. Start Symfony's built-in HTTP server:
# Replace 8000 with any available port.
php bin/console server:start localhost:8000
  1. Visit localhost:8000 in your browser.

  2. Open up phpmyadmin, and import the magnum.sql database.

About

Magnum on the Web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.3%
  • SCSS 14.5%
  • HTML 10.4%
  • Twig 10.1%
  • PHP 9.5%
  • Less 6.3%
  • Other 5.9%