This is a static website from a fictional Bahian tipical food restaurant.
Install dependencies:
yarn
npm install
Development:
npm run dev
yarn devProduction:
npm start
yarn startBuild:
npm run build
yarn buildGenerate (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 origin feature/fooBar) - Create a new Pull Request