Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

webbidevaus/webbidevaus-next

Repository files navigation

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