You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# clone the project
git clone https://github.com/aimeiyijia/ame.git
# enter the project directorycd ame
# install dependency
npm install # or yarn install# develop
npm run dev # or yarn dev