You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to set up a new project, but whenever I create a new project that's not called sample the HTTP server panics and dies the first time I try to view the page locally.
Steps to reproduce
Clone the repository
Create a new directory inside the repo, e.g. mkdir myproject
Copy sample content from sample project into my new project, cp -prf sample/* myproject/*
I've been trying to set up a new project, but whenever I create a new project that's not called
sample
the HTTP server panics and dies the first time I try to view the page locally.Steps to reproduce
mkdir myproject
sample
project into my new project,cp -prf sample/* myproject/*
demoit myproject
Note that running
demoit sample
from the repo root works fine, and I'm able to browse without problem.The text was updated successfully, but these errors were encountered: