Skip to content

matheusdoedev/azeite-de-dende

Repository files navigation

Azeite de Dênde

Repo Size Top Languages Repo License

This is a static website from a fictional Bahian tipical food restaurant.

Get Started

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

About

  • This is a static website from a fictional Bahian tipical food restaurant.

Technologies

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes following the convential commit standard (git commit -am 'feat: Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request