Skip to content

A SvelteKit app for creating and managing notes using TailwindCSS and PostgreSQL.

License

Notifications You must be signed in to change notification settings

ifsvivek/Notify

Repository files navigation

Notify

Notify is a web application built with SvelteKit, TailwindCSS, and PostgreSQL. It allows users to create, update, and manage notes.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/ifsvivek/Notify.git
    cd Notify
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    • Copy .env.example to .env and fill in the required values.

Usage

To start the application in development mode:

npm run dev

To build the application for production:

npm run build

To preview the production build:

npm run preview

Or just open the live demo.

Development

Code Formatting

This project uses Prettier for code formatting. To check the code formatting:

npm run lint

To automatically format the code:

npm run format

TailwindCSS

TailwindCSS is used for styling. The configuration can be found in [tailwind.config.js].

SvelteKit

SvelteKit is used as the framework. The main entry point is [src/app.html].

Configuration

Environment Variables

The application requires the following environment variables:

  • [POSTGRES_URL]: The connection string for the PostgreSQL database.

Prettier

Prettier configuration is located in [.prettierrc].

License

This project is licensed under the MIT License.

About

A SvelteKit app for creating and managing notes using TailwindCSS and PostgreSQL.

Resources

License

Stars

Watchers

Forks