Skip to content

OperationSpark/operationspark-org-website-2022

Repository files navigation

Development

  • Install dependencies npm i
  • Make a copy of .env.sample called .env.development.local in project root.
  • Create/add necessary env variables (replace placeholders)
  • Run project in development with npm run dev

Production

  • Install dependencies npm i
  • Make a copy of .env.sample called .env.local in project root
  • Build the project with npm run build
  • Start the server with npm start