/ff.xyz

Primary LanguageTypeScriptMIT LicenseMIT

LinkedIn Twitter

Table of Contents
  1. Getting Started
  2. License
  3. Contact

Built With

  • Next
  • React

(back to top)

Getting started

If you wish to use my website as a template for your own, feel free to do so!

Clone the repository

   git clone https://github.com/AnaArsonist/anahoward.me.git

Prerequisites

I recommend installing yarn to make your life a whole lot easier.

  • npm
    npm install npm@latest -g
  • yarn
    npm install --global yarn

Installation

  1. Install the dependencies with yarn install
  2. Run the development server with yarn dev
  3. Open http://localhost:3000 to start playing around
  4. You can edit the page by modifying pages/index.tsx. There's no need to restart every time you save, the page auto-updates as you edit the file.

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)