datradito / web-core

The new Safe web interface

Home Page:https://safe-web-core.staging.5afe.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safe Web Core

GitHub license tests GitHub package.json version (branch) GitPOAP Badge

The default Safe web interface.

Contributing

Contributions, be it a bug report or a pull request, are very welcome. Please check our contribution guidelines beforehand.

Getting started with local development

Install the dependencies:

yarn

Create a .env file with the environment variables. You can use the .env.example file as a reference.

Run the development server:

yarn start

Open http://localhost:3000 with your browser to see the app.

Lint

ESLint:

yarn lint --fix

Prettier:

yarn prettier

Tests

Unit tests:

yarn test --watch

Cypress tests

Build and generarate a static site:

yarn build && yarn export

Serve the static files:

yarn serve

Launch the Cypress UI:

yarn cypress:open

You can then choose which e2e tests to run.

Component template

To create a new component from a template:

yarn cmp MyNewComponent

Frameworks

About

The new Safe web interface

https://safe-web-core.staging.5afe.dev

License:MIT License


Languages

Language:TypeScript 92.2%Language:JavaScript 4.5%Language:CSS 3.1%Language:HTML 0.1%Language:Shell 0.1%