Create a new Space each time Flatfile is opened. This suits situations where a clean slate for every interaction is preferred and is the simplest initial setup for learning.
- To get started, set your
publishableKeyandenvironmentIdinpublic/index.html. - Run
npm installto install dependencies. - Then, run
npm startin your terminal to start the server. - Head to your
localhosturl output in the terminal (e.g.http://localhost:1234) and click the "Create new Space" button. You'll see a new Space get created. It contains a Workbook and a simple data hook validation. - Upload a file (an example file
getting-started.csvcan be found in of this project) or manually enter some data.
Follow the 7-step guide to see how this Example was built here
For more instructions, follow the guide here