This project is a React application using Vite and powered by Bun as the package manager & JavaScript runtime.
Before starting, make sure Bun is installed on your system.
Currently, Bun on Windows runs via Windows Subsystem for Linux (WSL) or Docker.
-
Install WSL
wsl --install
Choose a Linux distribution like Ubuntu during setup.
-
Open WSL
wsl
-
Install Bun
curl -fsSL https://bun.sh/install | bash -
Restart your shell and verify installation:
bun --version
- Open a terminal.
- Run:
curl -fsSL https://bun.sh/install | bash - Restart your terminal or run:
source ~/.bashrc
- Verify:
bun --version
-
Clone the repository
git clone https://github.com/username/react-confession-board.git cd react-confession-board -
Install dependencies
bun install
bun run devThe project will be available at:
http://localhost:5173
bun run buildThe production build will be generated in the dist folder.
To preview the build:
bun run preview- React + Vite
- Tailwind CSS
- Styled Components
- Font Awesome
- react-draggable
- Bun (package manager & runtime)
This project is licensed under the GPL 3.0 License.
Important
if you use or modify this project, you must credit the original author. Redistribution, modification, or use in other projects is allowed under GPL 3, as long as the original author is acknowledged.