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
|
## Tec Stack
|
||||||
Language: `lang`
|
Language: `PHP`
|
||||||
Framework: `none`
|
Framework: `Symfony`
|
||||||
Librarys: `none`
|
Database: Mysql`
|
||||||
|
Librarys: `Twig, Encorem SCSS`
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
Basic Template for a Learning Repo
|
A Basic kanban Board made with PHP and Symfony
|
||||||
|
|
||||||
## Setup
|
## 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
|
### On Linux
|
||||||
|
|
||||||
- step1
|
- step1
|
||||||
|
|
BIN
composer.phar
Normal file
BIN
composer.phar
Normal file
Binary file not shown.
Loading…
Reference in a new issue