1.0.0 • Published 11 years ago
explore-server v1.0.0
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 listto see that your admin account was created.
Start the server
- Now run
npm startto start the server. - In development you can watch the css & js using
npm run watch. - Go to
http://127.0.0.1:3333and 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
1.0.0
11 years ago