This is the codebase for the paperhands website and risk portfolio application. This project is opensource and anyone is welcome to contribute. Please remember to give a star to the project if you find it useful.
This project was bootstrapped with Next.js.
Follow these steps to get the project up and running:
Clone this repository to your local machine:
git clone https://github.com/yourusername/paperhands.git
Change to the paperhands directory:
cd paperhands
Use either npm or yarn to install the project's dependencies:
npm install
or yarn install
Create a .env.local
file in the root of your project and add the following variables from the .env.example
file.
Replace each YOUR_VARIABLE
with your actual variable values.
You can start the development server with either npm or yarn:
npm run dev
or yarn dev
The server will start running at http://localhost:3000.
You may need to add more specific instructions about how to get each of these environment variables depending on the configuration of your project.