Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 1.68 KB

README.md

File metadata and controls

75 lines (49 loc) · 1.68 KB

React Site Editor


A HTML, CSS, Tailwind playground that help you to show your frontend's skills.


Features

  • Hot reloading
  • Default tailwind installation
  • Many templates are available
  • Keyboard snippets

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need to have Node.js and pnpm installed on your system.

Installing

  1. Clone the repository:
git clone https://github.com/epoundor/code-playground.git
  1. Navigate to the project directory:
cd code-playground
  1. Install the dependencies:
pnpm i
  1. Start the development server:
pnpm dev

The page builder should now be running at http://localhost:5173.

Built With

  • React - A JavaScript library for building user interfaces
  • Redux - A predictable state container for JavaScript apps
  • Vite - A fast build tool for modern web apps
  • Tailwind CSS - A utility-first CSS framework for rapidly building custom designs
  • TypeScript - A typed superset of JavaScript that compiles to plain JavaScript
  • pnpm - A fast, disk space efficient package manager

Contributing

If you would like to contribute to the project, please follow the steps below:

  1. Fork the repository
  2. Create a new branch for your feature
  3. Make your changes
  4. Submit a pull request

License

This project is licensed under the MIT License.