Skip to content

GeoffreyOlivier/Otsum

 
 

Repository files navigation

Otsum

  • Symfony 6
  • PHP 8
  • Yarn
  • Make
  • Webpack
  • Mercure

Install project

Get project:

git clone https://github.com/Yorik56/Otsum

Get dependencies:

composer install

Install Yarn

https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable

npm install --global yarn

yarn install

Install Make

Install chocolatey

https://chocolatey.org/install#individual

Run as Administrator

choco install make

Create Database

Create a database named "Otsum"

Lauch migration script

php bin/console doctrine:migrations:migrate

Configs

Variables environment

Compile JS/CSS

Resize/Crop/Watermarks..

Upload Files

Mercure : Websocket

img.png

Launch project

run make (Launch Mercure Serveur)

make

Run yarn watch (Compile css/js)

yarn watch

GOOD TO GO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.2%
  • PHP 14.9%
  • Twig 8.4%
  • SCSS 1.5%