Skip to content

Commit

Permalink
Merge branch 'release' into 'master'
Browse files Browse the repository at this point in the history
Merge branch 'release' into 'master'

See merge request passbolt/passbolt-styleguide!1332
  • Loading branch information
cedricalfonsi committed Sep 20, 2023
2 parents 0789443 + b08309c commit 67330b3
Show file tree
Hide file tree
Showing 241 changed files with 10,715 additions and 2,643 deletions.
3 changes: 0 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
.storybook
Gruntfile.js
crowdin.yml
demo
node_modules
src/css
src/less
Expand All @@ -18,8 +17,6 @@ src/img/screenshots
scripts
storybook-static
webpack-api.config.js
webpack-ext.config.js
webpack-in-form-menu.config.js

#jest test coverage
######################
Expand Down
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ This is the official styleguide for Passbolt the open source password manager fo
This styleguide is used to extend, minify and test the stylesheets used by the different
passbolt components such as the website, the firefox addon, etc.

In /demo you can find a copy of each of the page HTML (or main states in case of the one page client)
so that you can test them out. You will need a simple php webserver, since we use it to factorise
some of the includes. Apart from this the HTML is static.

In /src and /build you can find the assets that are used by other projects, like the images
the less files, the minified css files, fonts, etc.

Expand Down Expand Up @@ -71,21 +67,6 @@ grunt watch
Edit one LESS file to see if it works!


Quick how-to for developers
==========================

## Starting the demo
After running this commands, the demo will be accessible from
[http://localhost:3000](http://localhost:3000)

```
npm run start-app-dev-server
```

Each change made on the js applications source code will trigger a build and refresh the browser tab where the demo has
been started.


How to publish the styleguide?
=============================

Expand Down
Loading

0 comments on commit 67330b3

Please sign in to comment.