Skip to content

cafe-et-baguette/web

Repository files navigation

Cafe et Baguette Web

This is a Next.js project.

Configuration

Specify environment by copying env.sample to .env.local

Development

# Install the packages (for the first time)
yarn install

# Run the development server
yarn dev

Open http://localhost:3000 with your browser to see the result.

Production

# Install the packages (for the first time)
yarn install

# Build the project
yarn build

# Start the server
yarn start