Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 807 Bytes

File metadata and controls

16 lines (10 loc) · 807 Bytes

🔮 First run wizard

A first run wizard that explains the usage of Nextcloud to new users

Development setup

Make sure you have node, npm and make installed on your system.

  1. ☁ Clone the app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/firstrunwizard.git
  2. 👩‍💻 Run make dev-setup to install the dependencies
  3. 🏗 To build the Javascript after you have made changes, run make build-js
  4. ✅ Enable the app through the app management of your Nextcloud
  5. 🎉 Partytime! Help fix some issues and review pull requests 👍