My personal website and blog.
Prerequisites: Node.js and Yarn installed.
- Clone the repository
git clone https://github.com/alsonick/notnick.io.git
cd notnick.io- Install dependencies
yarn install- Set up environment variables
cp .env.example .envFill in the required values in .env.
- Run the development server
yarn devOpen http://localhost:3000 to view it locally.