ryanrishi / ryanrishi.com

Code for my personal website

Home Page:https://ryanrishi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for my personal website. Built using Next.js.

Development

Install dependencies:

$ yarn install

Start the development server:

$ yarn dev

Visit localhost:3000.

Note: if working on the contact form, add an entry in /etc/hosts that is a subdomain of the allowed domains configured in Formspree. For example:

local.ryanrishi.com  127.0.0.1

Testing

Tests are run via Cypress;

Run tests:

$ yarn test

This will open up Cypress, and from there you can select which tests to run.

About

Code for my personal website

https://ryanrishi.com

License:Other


Languages

Language:TypeScript 63.6%Language:JavaScript 26.0%Language:HCL 10.3%Language:CSS 0.2%