writy
writy copied to clipboard
Generate beautiful HTML files without writing any code. Still in beta!
This is an application for building HTML pages using Next.js, TailwindCSS and Chakra UI. This application consists of the following packages:
- builder: Next.js application built with Chakra UI.
- backend: TailwindCSS components built using React.js.
Table of contents
- Overview
- Requirements
-
Packages
- 1. Builder: Next.js application
- 2. Sections: TailwindCSS components
-
Installation
- 1. Clone the application
- 2. Install necessary dependencies for the frontend application
- 3. Start the packages
-
Deployment
- Frontend application
- Other interesting repositories
- License
Overview
This application is built using the following technologies:
Requirements
Packages
1. Builder: Next.js application
This application is the primary user-facing application. Once it’s up and running (see Installation section), it’s available on http://localhost:3002/.
2. Sections: TailwindCSS components
Hasura is an open source engine that connects to our databases & micro-services and auto-generates a production-ready GraphQL backend. It’s very easy to get Hasura up and running on our local system. All the migrations are set up in the migrations directory.
Installation
1. Clone the application
git clone https://github.com/ghoshnirmalya/writy
2. Change directory
cd writy
3. Install necessary dependencies for the frontend application
yarn bootstrap
4. Start the packages
From the root directory, we can run the following command to start both our packages:
yarn dev
The above command will start the frontend application on http://localhost:3002/.
Deployment
Frontend application
Click on the button below to deploy the Builder package on Vercel. You'll need to sign up for a free Vercel account.
Other interesting repositories
- Hasura Next.js Boilerplate
- Strapi Next.js Boilerplate
- React Search Box
- LinkedIn Clone using Create React App
License
This project is licensed under the MIT License.