https://edjohnsonwilliams.co.uk
Built on Eleventy and Netlify CMS
# runs the app in the development mode.
npm run dev
Open http://localhost:8080 to view it in the browser.
The page will reload if you make file changes.
To increase the production performance builds are optimized via @snowpack/plugin-optimize.
# builds a static copy of your site to the `dist/` folder.
npm run build
# serve the content from the `dist/` folder.
npm run serve
Open http://localhost:8080 to view it in the browser.
Your code is now ready to be deployed!
Netlify Dev adds the ability to use Netlify redirects, proxies, and serverless functions.
# install the Netlify CLI in order to get netlify dev
npm install -g netlify-cli
# run a local server with some added Netlify sugar
netlify dev