Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rinminase/fourleaf

Notes, Journal + Gas Monitoring webapp
https://github.com/rinminase/fourleaf

netlify preact tailwindcss typescript vite

Last synced: 14 days ago
JSON representation

Notes, Journal + Gas Monitoring webapp

Awesome Lists containing this project

README

        

🍀 Fourleaf App 🍀

## Introduction
_Add info here_

## Introduction
This project uses Preact (Faster & Leaner React) with Vite and deployed to Netlify

## Getting Started

### Running the project
Installations Required:
- [Node](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/latest.msi)

1. Clone the project and copy the ENV template file to a new ENV file.

```
git clone https://github.com/RinMinase/fourleaf.git
cd fourleaf
cp .env.example .env
```

2. Modify the created ENV file based on your Firebase configuration

3. Install the dependencies then run the project

```
yarn install
yarn start
```

4. Fire up your browser and go to `localhost:3000`

### Building the project
Installations Required:
- [Node](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/latest.msi)

1. Fire up your terminal inside the project folder.

2. Build the project by running:

```
yarn build
```

3. This should generate a `dist/` folder inside the project folder.

## Built with
* [Preact](https://preactjs.com/) - Web Framework
* [TypeScript](https://www.typescriptlang.org/) - Language syntax
* [Vite](https://vitejs.dev/) - Source Code Bundler
* [TailwindCSS](https://tailwindcss.com/) - Layouting Framework
* [Netlify](https://netlify.com) - Hosting Platform