Skip to content

pumasteam/chaintify

Repository files navigation

Chaintify

Init this repo in a pre-configured environment by clicking here.

Read the API Documentation by clicking here.

Our code is documented with JSDoc, allowing us to add suggested typing to our application, delightful code editor autocompletion and explaining when you type a function.

Just like this:

Code

Getting Started

Add the environment variable described in the .env.example file.

Install the dependencies:

npm install
# or
yarn

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

If you want to build the production version, run the following command:

npm run build
# or
yarn build

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy this app is to use the Vercel Platform from the creators of Next.js.

Check the Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published

Languages