Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

luisaugusto/luis.app

Repository files navigation

Netlify Status

GitHub package.json version GitHub repo size GitHub

Please consider supporting my work and other projects:

Plant a Tree Buy Me a Boba Tea

Luis Augusto - Fullstack JavaScript Developer

This is the source code for my personal website, luis.app, built with:

Installation

Clone the repository to your computer and install dependencies.

$ git clone git@github.com:luisaugusto/luis.app.git
$ cd luis.app

$ npm install

Usage

Start a development environment with hot reload at localhost:3000:

$ npm run dev

Build for production and launch server:

$ npm run build
$ npm run start

Generate a static site:

$ npm run generate

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

To make a contribution, you can follow these steps:

  1. Fork the repository to your account and clone your forked copy.
  2. Create a new branch and make any changes on that branch.
  3. Create a pull request using that branch onto my master branch. If the changes are to resolve an issue, please reference the issue number in the pull request.