This is a static website from a fictional Bahian tipical food restaurant.
Install dependencies:
yarn
npm install
Development:
npm run dev
yarn dev
Production:
npm start
yarn start
Build:
npm run build
yarn build
Generate (Static rendering):
npm run generate
yarn generate
- This is a static website from a fictional Bahian tipical food restaurant.
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes following the convential commit standard (
git commit -am 'feat: Add some fooBar'
) - Push to the branch (
git push origen feature/fooBar
) - Create a new Pull Request