Skip to content

靈萌團隊官方網站,一個使用 react 框架建構的網站。

License

Notifications You must be signed in to change notification settings

Cutespirit-Team/TeamWebsite

Repository files navigation

Cutespirit Official Website

An Team website that is built with react and typescript.

How to contribute this project!

If you want to make this website better or fix some bugs, you should follow the steps below.

Install necessary development software

  • Node.js is required for version 16 or newer.
  • Yarn is required.

Install necessary package

You should install all packages stored in package.json

Install by NPM: npm install

Install by Yarn: yarn

Hot Reloading

Run by NPM: npm run dev

Run by Yarn: yarn dev