<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Miguel Gargallo</title>
    <description>The latest articles on DEV Community by Miguel Gargallo (@miguelgargallo).</description>
    <link>https://dev.to/miguelgargallo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F906188%2F24e52883-d7cf-489a-9a75-d350126189a3.jpeg</url>
      <title>DEV Community: Miguel Gargallo</title>
      <link>https://dev.to/miguelgargallo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/miguelgargallo"/>
    <language>en</language>
    <item>
      <title>I founded ITAMAESAN org with SushiJS project! 🎉</title>
      <dc:creator>Miguel Gargallo</dc:creator>
      <pubDate>Wed, 10 Aug 2022 00:38:21 +0000</pubDate>
      <link>https://dev.to/miguelgargallo/i-founded-itamaesan-org-with-sushijs-project-52jd</link>
      <guid>https://dev.to/miguelgargallo/i-founded-itamaesan-org-with-sushijs-project-52jd</guid>
      <description>&lt;p&gt;&lt;a href="https://itamaesan.org"&gt;ITAMAESAN&lt;/a&gt; or &lt;a href="https://sushijs.org"&gt;SushiJS&lt;/a&gt; Support us on &lt;a href="https://twitter.com/itamaesanorg"&gt;Twitter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Itamaesan Org is a TypeScript and Javascript foundation to freely code with MIT License, with SushiJS framework.&lt;/p&gt;

&lt;h1&gt;
  
  
  SushiJS
&lt;/h1&gt;

&lt;p&gt;SushiJS is a Typescript, NextJS, TailwindCSS and Motion Framer project to help developers build great tools!&lt;/p&gt;

&lt;p&gt;✨  We are proud to announce, ITAMAESAN, a project to help developers, exclusive working with Open Source MIT License on our code.&lt;/p&gt;

&lt;p&gt;✨ ITAMAESANは、オープンソースのMITライセンスで開発する開発者を支援するプロジェクトです。&lt;/p&gt;

&lt;h1&gt;
  
  
  Project Organizer
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Features&lt;/li&gt;
&lt;li&gt;Project structure&lt;/li&gt;
&lt;li&gt;Getting started&lt;/li&gt;
&lt;li&gt;License&lt;/li&gt;
&lt;li&gt;We run on&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;✨ Typescript
📘 NextJS
🌗 CSS
😶‍🌫️ Framer Motion
🦄 Favicons
📱 Responsive Nav
🍱 Easy, git clone &amp;amp; npm install/run
🎉 Folder organized structure
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  Project Structure
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;🍣 SushiJS
├──⚖️ LICENSE
├──👩‍⚖️ Code_of_Conduct.md
├──🍱 components
│   ├──🥡 BigText
│   │   ├──🔵 BigText.tsx
│   │   └──🟦 index.ts
│   ├──🥡 Container
│   │   ├──🔵 Container.tsx
│   │   └──🟦 index.ts
│   └──🥡 Footer
│       ├──🔵 Footer.tsx
│       └──🟦 index.ts
├──🍱 lib
│   └──🟦 classNames.ts
├──🟦 next-env.d.ts
├──🟡 next.config.js
├──🟨 package-lock.json
├──🟨 package.json
├──🍱 pages
│   ├──🔵 404.tsx
│   ├──🔵 _app.tsx
│   ├──🔵 _document.tsx
│   ├──🥡 api
│   │   └──🟦 hello.ts
│   └──🔵 index.tsx
├──🟡 postcss.config.js
├──🍱 public
│   ├──🥡 fonts
│   │   └──🅰️ inter-var-latin.woff2
│   ├──🤖 robots.txt
│   └──🥡 static
│       └──🧃 favicons
│           ├──🎆 SushiJS-icon - Copy.png
│           ├──🎆 SushiJS-icon.png
│           ├──🎆 android-chrome-192x192.png
│           ├──🎆 android-chrome-512x512.png
│           ├──🎆 apple-touch-icon.png
│           ├──🐘 browserconfig.xml
│           ├──🎆 favicon-16x16.png
│           ├──🎆 favicon-32x32.png
│           ├──⭐️ favicon.ico
│           ├──🎆 favicon.png
│           ├──🎆 icon-192.png
│           ├──🎆 icon-512.png
│           ├──🎆 mstile-270x270.png
│           ├──🎇 safari-pinned-tab.svg
│           └──🟡 site.webmanifest
├──🍱 styles
│   └──#️⃣ globals.css
├──🟡 tailwind.config.js
├──🟦 tsconfig.json
├──🟨 vercel.json
└──🟦 yarn.lock
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  Getting started
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;⬇️ git clone https://github.com/itamaesanorg/SushiJS.git
🔄 npm install
➡️ npm run dev
✨ Enjoy
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  Getting started
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;🐣 Twitter: https://twitter.com/itamaesanorg
🌐 Homepage: https://itamaesan.org redirects to https://SushiJS.com
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  License
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;⚖️ MIT at: https://github.com/itamaesanorg/SushiJS/blob/main/LICENSE
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  We run on
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Vercel 🍣 Thanks Vercel if you read that!
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
    </item>
  </channel>
</rss>
