Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frannlencina/fraintstudio
Fraint Studio plataforma para solicitar aplicaciones web a medida o poder comprar ya creadas.
https://github.com/frannlencina/fraintstudio
deno-fresh preact typescript
Last synced: 3 months ago
JSON representation
Fraint Studio plataforma para solicitar aplicaciones web a medida o poder comprar ya creadas.
- Host: GitHub
- URL: https://github.com/frannlencina/fraintstudio
- Owner: frannlencina
- Created: 2024-03-06T05:52:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-04T22:55:41.000Z (6 months ago)
- Last Synced: 2024-09-25T18:44:39.314Z (3 months ago)
- Topics: deno-fresh, preact, typescript
- Language: TypeScript
- Homepage:
- Size: 3.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Fraint Studio repositoryCreated with love to share my projects and knowledge.
![Deno Badge](https://img.shields.io/badge/deno-000000?style=for-the-badge&logo=deno&logoColor=white)
![GitHub stars](https://img.shields.io/github/stars/frannlencina/FraintStudio)
![GitHub issues](https://img.shields.io/github/issues/frannlencina/FraintStudio)
![GitHub forks](https://img.shields.io/github/forks/frannlencina/FraintStudio)
![GitHub PRs](https://img.shields.io/github/issues-pr/frannlencina/FraintStudio)
![Tailwind CSS Badge](https://img.shields.io/badge/Tailwind%20CSS-06B6D4?logo=tailwindcss&logoColor=fff&style=flat)## 🛠️ Stack
- [**Deno Fresh**](https://fresh.deno.dev/) - The next-gen web framework for building server-side rendering.
- [**Typescript**](https://www.typescriptlang.org/) - JavaScript with syntax for types.
- [**Tailwindcss**](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom designs.## 🚀 Getting Started
1. [Fork](https://github.com/frannlencina/FraintStudio/fork) or clone this repository.
```bash
git clone [email protected]:frannlencina/FraintStudio.git
```2. Install the dependencies:
- We use [deno](https://deno.com/) to run the project
```bash
# Install deno globally if you don't have it:
irm https://deno.land/install.ps1 | iex3. Run the development server:
```bash
# Run with npm:
deno task start
```4. Open [**http://localhost:8000**](http://localhost:8000/) with your browser to see the result 🚀
### 🤝 Contributing
## 🧞 Commands
| | Command | Action |
| :-- | :--------------- | :-------------------------------------------- |
| ⚙️ | `deno task start` | Starts local dev server at `localhost:8000`. |
| ⚙️ | `deno task build` | Build your production site to `./dist/`. |
| ⚙️ | `deno task preview` | Preview your build locally, before deploying. |## 🔑 License
[MIT](#) - Created by [**Francisco Lencina**](https://franciscolencina.site).