benjamintd / benmaps.fr

Web maps that don't track you.
https://benmaps.fr
MIT License
179 stars 22 forks source link

Setup instructions #86

Closed baarkerlounger closed 4 years ago

baarkerlounger commented 4 years ago

Running:

yarn yarn start

and navigating to http://localhost:5000

Gives me: 404 The requested path could not be found

Is there any additional setup needed to get this running?

benjamintd commented 4 years ago

Can you try running yarn dev ? Or alternatively, to build the project first:

yarn 
yarn build
yarn start

If this still does not work, perhaps are you missing a .env file with the required environment variables (see .env.sample that I just pushed to master).