AIdentity

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

README.md (1618B)


      1 # AIdentity
      2 
      3 ## Development env
      4 1. bun(it can be npm but there are no package-lock.json)
      5 2. cargo and rust standard
      6 3. wasm-pack(rust)
      7 ```
      8 cargo install wasm-pack
      9 ```
     10 
     11 This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
     12 
     13 ## Getting Started
     14 
     15 First, run the development server:
     16 
     17 ```bash
     18 npm run dev
     19 # or
     20 yarn dev
     21 # or
     22 pnpm dev
     23 # or
     24 bun dev
     25 ```
     26 
     27 Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
     28 
     29 You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
     30 
     31 This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
     32 
     33 ## Learn More
     34 
     35 To learn more about Next.js, take a look at the following resources:
     36 
     37 - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
     38 - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
     39 
     40 You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
     41 
     42 ## Deploy on Vercel
     43 
     44 The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
     45 
     46 Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.