BeloteRE is a very simple belote game. It's goal is to provide belote gamers with a very simple and easy way to play solo without having to create an account or anything else.
This game also aims to free up people from spying platforms using patterns that try to make people addict to their app.
With BeloteRE, you're in control of when and how you want to play with probably the lowest environnemental impact you could find (no ads, no tracking, no permnanent connection...).
This is a Next.js project bootstrapped with
create-next-app
.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page
auto-updates as you edit the file.
You can work on the components in isolation with StoryBook by running
npm run storybook
.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
NODE_ENV=production npm run build
NODE_ENV=production npm run export
NODE_ENV=production npm run deploy