bdxio / bdxio.site

BDX I/O website
https://www.bdxio.fr
5 stars 9 forks source link
[![CI](https://github.com/bdxio/bdxio.site/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bdxio/bdxio.site/actions/workflows/ci.yml) [![Netlify Status](https://api.netlify.com/api/v1/badges/96891a67-10f3-446a-b72a-c069e9c697d3/deploy-status)](https://app.netlify.com/sites/bdxio/deploys) # bdxio.site

Setup

  1. Make sure to install the dependencies:
npm install
  1. Fill the environment variables by creating a .env file at root level based on .env.example.

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview