Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 837 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 837 Bytes
  • 👋 Hi, I’m @satusan
  • 👀 I’m interested in business solution technology
  • 🌱 I’m currently working on how to make business more ease to collaborate
  • 💞️ I’m looking to collaborate on make user easy to use our technolgy
  • 📫 How to reach me, please mail me at satusanofficial@gmail.com
  • 😄 Pronouns: ...
  • ⚡ Fun fact: ...

Setup

Make sure to install the dependencies:

yarn

yarn install

Development Server

Start the development server on http://localhost:3000:

# yarn
yarn run dev

Production

Build the application for production:

# npm
npm run build

# yarn
yarn run build