Built With | About | How to Use | How to Contribute | Author
This is a project to manage your exercises hours.
git clone [email protected]:Lukazovic/workout-log-nextjs-tailwindcss.git
;cd workout-log-nextjs-tailwindcss
;yarn
;yarn dev
.It will open a browser page go to http://localhost:3000.
yarn build
.yarn start
.It will open a browser page go to http://localhost:3000.
yarn test
.yarn test:watch
.yarn storybook
.It will open a browser page go to http://localhost:6006.
yarn generate component #ComponentName
.#ComponentName is the name you want to give to your new component
It will be generated on the ./src/components/#ComponentName
.
yarn generate layout #LayoutName
.#LayoutName is the name you want to give to your new layout
It will be generated on the ./src/layouts/#LayoutName
.
git checkout -b my-feature
;git commit -m 'feat: My new feature'
;git push origin my-feature
.Then merge your pull request, you can now delete your branch
Lucas Vieira |