Skip to content

A webserver that serves UI and prints a receipt

Notifications You must be signed in to change notification settings

ivoderuever/bonn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Guide

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have a Windows/Linux/Mac machine running a recent version of OS.
  • You have installed the latest version of Node.js and npm.
  • You have Git installed on your machine and set your global username and email address.

Seting up git

Set your username

git config --global user.name "Mona Lisa"

Set your email address

git config --global user.email "MY_NAME@example.com"

Installing Yarn

Yarn is a package manager for your code, similar to npm. To install Yarn, you can use npm:

npm install --global yarn

Running the Project

To run this project, follow these steps:

  1. Clone the repository:
git clone https://github.com/ivoderuever/bonn.git
  1. Open the terminal in the project folder and install the dependencies:
yarn install --frozen-lockfile
  1. Run the project
yarn dev

The application should now be running on your local machine. You can access it at http://localhost:3000.

About

A webserver that serves UI and prints a receipt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published