You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kuba Orlik 4613025579 | 9 months ago | |
---|---|---|
assets | 4 years ago | |
docker | 1 year ago | |
src | 9 months ago | |
webhint | 9 months ago | |
.arcconfig | 2 years ago | |
.arclint | 4 years ago | |
.eslintrc.cjs | 11 months ago | |
.gitignore | 1 year ago | |
.hintrc | 2 years ago | |
.hintrc.local.json | 2 years ago | |
.nvmrc | 9 months ago | |
.prettierrc | 3 years ago | |
README.md | 9 months ago | |
docker-compose.yml | 1 year ago | |
docker-up.sh | 11 months ago | |
jenkins.prepare.sh | 1 year ago | |
jenkins.sanity.sh | 1 year ago | |
jenkins.start.sh | 2 years ago | |
jenkins.stop.sh | 3 years ago | |
nodemon.json | 9 months ago | |
npm.sh | 11 months ago | |
package-lock.json | 9 months ago | |
package.json | 9 months ago | |
secrets.example.json | 3 years ago |
README.md
Sealious app
Requirements
- docker
- docker-compose (version 2.6 or up)
- tmux
Installation
npm install
Running the app in development mode
npx sealgen make-env
docker-compose up -d db mailcatcher
npm run watch
Adding a component
npx sealgen add-component
And then go to localhost:8080/components
to preview your custom component
Testing
First time after installing the project run this command to download firefox
npx playwright install firefox
And then
npm run test