My portfolio made in Svelte + Typescript
You need to install Node.js and Yarn first, then in order to clone the project via HTTPS, run this command:
git clone https://github.com/r3nanp/sellapi.git
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:
git clone [email protected]:r3nanp/sellapi.git
Install dependencies
yarn install
Or
npm install
Run the following command in order to start the application in a development environment:
yarn dev
Released in 2021. This project is under the MIT license.
Made with love by Renan Pereira 💜🚀