- 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.
- Fork or clone this repository.
git clone [email protected]:frannlencina/FraintStudio.git- 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- Open http://localhost:8000 with your browser to see the result 🚀
| 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. |
MIT - Created by Francisco Lencina.