FraintStudio

Fraint Studio plataforma para solicitar aplicaciones web a medida o poder comprar ya creadas.

Stars
0
Committers
2

πŸ› οΈ Stack

  • Deno Fresh - The next-gen web framework for building server-side rendering.
  • Typescript - JavaScript with syntax for types.
  • Tailwindcss - A utility-first CSS framework for rapidly building custom designs.

πŸš€ Getting Started

  1. Fork or clone this repository.
git clone [email protected]:frannlencina/FraintStudio.git
  1. Install the dependencies:
  • We use deno to run the project
# Install deno globally if you don't have it:
irm https://deno.land/install.ps1 | iex

3. Run the development server:

```bash
# Run with npm:
deno task start
  1. Open 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.