It might make more sense to use Firebase rather than the local file system
Unfortunately this would make the project less portable - right now any one can run it locally
As an initial step the naming convention should be improved a bit because it seems to cause problems when the project is hosted on Netlify
cyrillic characters in file paths may be the culprit
or white spaces
or even the : in the ISO date prefix
Ideally when we're listing story files it would be great to see a title or a few words in the file/dir name
Other information like the date can be moved inside the story.json file, though right now we rely on the date a bit for uniqueness
Description
It might make more sense to use Firebase rather than the local file system
Unfortunately this would make the project less portable - right now any one can run it locally
As an initial step the naming convention should be improved a bit because it seems to cause problems when the project is hosted on Netlify
:
in the ISO date prefixIdeally when we're listing story files it would be great to see a title or a few words in the file/dir name Other information like the date can be moved inside the story.json file, though right now we rely on the date a bit for uniqueness