Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 577 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 577 Bytes

Webbidevaus.fi site

Implemented with Next.js, React & TypeScript and a dash of functional goodness from Purify.

Deployed to Netlify using the awesome next-on-netlify package.

Getting Started

Run the development server:

npm run dev

Building the Netlify build locally

  1. Ensure you have all the secrets in your .env file
  2. Install netlify-cli
  3. Run npm run build