Skip to content
View ksontini's full-sized avatar

Block or report ksontini

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ksontini/README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Pinned Loading

  1. tutoReactJS tutoReactJS Public

    Forked from ahmedck/tutoReactJS

    JavaScript

  2. ffbp ffbp Public

    Fat Free boilerplate

    CSS

  3. dotFiles dotFiles
    1
    
                  
    2
    #shortcuts
    3
    alias myip="curl http://ipecho.net/plain; echo"
    4
    alias ..="cd .."
    5
    alias ...="cd ../.."
  4. NumberClass NumberClass
    1
    <?php
    2
    
                  
    3
    class NumberClass 
    4
    {
    5
        private $value;