explore-server Getting started Create an admin user Create an admin account by running npm run flatsheet account create-admin. You'll be prompted for email, username, & password. You can run npm run flatsheet account list to see that your admin account was created. Start the server Now run npm start to start the server. In development you can watch the css & js using npm run watch. Go to http://127.0.0.1:3333 and log in with the admin account credentials. Create a sheet Log in Click the New blank sheet button Fill out the name and description Invite users Navigate to http://127.0.0.1:3333/account/invite Enter email addresses, one address per line Click "Send invitation" Users will receive an email with a link they can click to create accounts