Init Git
This commit is contained in:
parent
73d6593cd1
commit
796feceaba
2 changed files with 12 additions and 4 deletions
16
Readme.md
16
Readme.md
|
@ -1,13 +1,21 @@
|
|||
## Tec Stack
|
||||
Language: `lang`
|
||||
Framework: `none`
|
||||
Librarys: `none`
|
||||
Language: `PHP`
|
||||
Framework: `Symfony`
|
||||
Database: Mysql`
|
||||
Librarys: `Twig, Encorem SCSS`
|
||||
|
||||
## Description
|
||||
Basic Template for a Learning Repo
|
||||
A Basic kanban Board made with PHP and Symfony
|
||||
|
||||
## Setup
|
||||
|
||||
## Paths
|
||||
- database schema under `.checkout/schema.sql`
|
||||
- config under `.checkout/config/Config.php`
|
||||
- go in `.checkout`
|
||||
- run `symfony server:start`
|
||||
- run `npm run watch`
|
||||
|
||||
### On Linux
|
||||
|
||||
- step1
|
||||
|
|
BIN
composer.phar
Normal file
BIN
composer.phar
Normal file
Binary file not shown.
Loading…
Reference in a new issue