feat: initial commit
This commit is contained in:
commit
fa972fd074
27 changed files with 19326 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
image: node:22
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- npm install
|
||||
- npm run build
|
||||
- mv build public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- main
|
Loading…
Add table
Add a link
Reference in a new issue