Demo Website Development Install node modules: yarn Run development server Set up .env.development you can see the .env.sample yarn start It will start a local server at localhost:8000 Testing yarn test it will run tests with jest