Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joao208/square

Just a project to learn more of tailwind, liveblocks.io and react flow. Using nextjs and some tech, the code is not the best but can work.
https://github.com/joao208/square

dark-theme nextjs tailwindcss

Last synced: 14 days ago
JSON representation

Just a project to learn more of tailwind, liveblocks.io and react flow. Using nextjs and some tech, the code is not the best but can work.

Awesome Lists containing this project

README

        


Square logo

# Square - Tailwind, liveblocks.io & React Flow Learning Project

This project, named "Square", is aimed at exploring the use of Tailwind CSS, liveblocks.io, and React Flow in a Next.js environment. The code quality is not the best, but it is functional.

## Tech Stack

- Next.js
- Tailwind CSS
- liveblocks.io
- React Flow

## Demo

Demo link: https://square-blond.vercel.app/

## Getting Started

You need the liveblocks token.

Access https://liveblocks.io/, log in, select the project development and go to API Keys, then, copy the Public API Key.

Now you can past at the `.env`

```.env
NEXT_PUBLIC_LIVE_BLOCKS_PUBLIC_KEY=
```

To run the project locally, clone the repository and install the dependencies with:

```bash
npm install
```

Then run the following command to generate the Tailwind CSS:

```bash
npm run tailwind:generate
```

Finally, start the development server with:

```bash
npm run dev
```

The app will be running on http://localhost:3000.

## Contributing

Feel free to contribute to the project by submitting pull requests or reporting issues. Let's learn and grow together!

## Deploy


Add to Vercel