My personal website
Table of Contents
This is my current personal website! It's constantly in development and I thought I would make the code public so you can all see how my skills develop overtime. It's about the journey!
If you wish to use my website as a template for your own, feel free to do so!
git clone https://github.com/AnaArsonist/anahoward.me.git
I recommend installing yarn to make your life a whole lot easier.
- npm
npm install npm@latest -g
- yarn
npm install --global yarn
- Install the dependencies with
yarn install
- Run the development server with
yarn dev
- Open http://localhost:3000 to start playing around
- 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.
Distributed under the MIT License. See LICENSE.txt
for more information.
Ana Howard - @AnaArsonist - hello@anahoward.me
Project Link: anahoward.me