- 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.
- 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.
- Log in
- Click the New blank sheet button
- Fill out the name and description
- 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