Skip to content

Commit

Permalink
comit
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki4san committed Feb 23, 2022
1 parent e458cc0 commit 3b8b734
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Create your first NFT collection.

![](https://i.imgur.com/zX0LrXn.png)
![](public/ETH-NFT-banner-blur.png)

このコースを始めるには、下記のステップを実行してください。

1. あなたのGithubアカウントにこのレポジトリをフォークしましょう。

2. クローンしたレポジトリをあなたのローカル環境にダウンロードしましょう。

3. ターミナルを開き、ディレクトリのルートで `npm install` を実行します。
2. `npm run start` を実行してプロジェクトを開始します。
3. コーディングを始めましょう。

4. `npm run start` を実行してプロジェクトを開始します。

5. コーディングを始めましょう。

----
Banner logo created by modifying "3dicons - Open source 3D icon library" © [vijay verma](https://www.figma.com/community/file/1030350068466019692) (Licensed under CC BY 4.0).
Binary file added public/ETH-NFT-banner-blur.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,5 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
このHTMLファイルはテンプレートです。
ブラウザで直接開くと、空のページが表示されます。
このファイルに、ウェブフォント、メタタグ、アナリティクスを追加することができます。
ビルドステップでは、バンドルされたスクリプトを<body>タグに配置します。
開発を始めるには、 `npm start` または `yarn start` を実行します。
本番用のバンドルを作成するには、 `npm run build` または `yarn build` を実行します。
-->
</body>
</html>

0 comments on commit 3b8b734

Please sign in to comment.