A first run wizard that explains the usage of Nextcloud to new users
Make sure you have node
, npm
and make
installed on your system.
- ☁ Clone the app into the
apps
folder of your Nextcloud:git clone https://github.com/nextcloud/firstrunwizard.git
- 👩💻 Run
make dev-setup
to install the dependencies - 🏗 To build the Javascript after you have made changes, run
make build-js
- ✅ Enable the app through the app management of your Nextcloud
- 🎉 Partytime! Help fix some issues and review pull requests 👍