juanvillacortac / citric

The Fresh fork that you don't need 🤡
https://citric.deno.dev
2 stars 0 forks source link
deno denoland fork fresh preact react ssr sveltekit

Citric

the fresh logo: a sliced citric dripping with juice

Citric™, the "blazing fast" 🐌 and "bleeding edge" 🤡 Fresh ROM hack fork that you don't need, unless you are an edgy 16yo developer or you simply want:

❓ Why?

The real question is: why not?

📖 Documentation

The documentation is the same as Fresh docs, but with some differences:

🚀 Getting started

Install Deno CLI version 1.25.0 or higher.

You can scaffold a new project by running the Fresh init script. To scaffold a project in the deno-citric-demo folder, run the following:

deno run -A -r https://citric.deno.dev deno-citric-demo

Then navigate to the newly created project folder:

cd deno-citric-demo

From within your project folder, start the development server using the deno task command:

deno task start

Now open http://localhost:8000 in your browser to view the page. You make changes to the project source code and see them reflected in your browser.

To deploy the project to the live internet, you can use Deno Deploy:

  1. Push your project to GitHub.
  2. Create a Deno Deploy project.
  3. Link the Deno Deploy project to the main.ts file in the root of the created repository.
  4. The project will be deployed to a public $project.deno.dev subdomain.

For a more in-depth getting started guide, visit the Getting Started page in the Fresh docs.