Skip to content
Snippets Groups Projects
Unverified Commit e01d9afd authored by Rosemary Orchard's avatar Rosemary Orchard Committed by GitHub
Browse files

Add npm steps so users have a theme (#1288)

parent 7cb4808e
No related branches found
No related tags found
No related merge requests found
......@@ -367,6 +367,15 @@ At the bottom of the installation page there are some green lights. SimpleSAMLph
required and recommended prerequisites are met. If any of the lights are red, you may have to install some PHP
extensions or external PHP packages (e.g. you need the PHP LDAP extension to use the LDAP authentication module).
## Building assets
Run the following commands to build the default theme.
```
npm install
npm run build
```
## Next steps
You have now successfully installed SimpleSAMLphp, and the next steps depend on whether you want to setup a Service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment