asgardex / asgardex-website

https://asgardex-landing-six.vercel.app
0 stars 1 forks source link

Welcome to the Asgardex.com landing page project repository.

Highlights of the Project Setup:

Getting Started

First, install dependencies

yarn install

Run the development server:

yarn dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

You can also run the project in production mode:

yarn build
yarn start

Npmrc

To be able to use the Kairos organization packages, the file expects you have defined the PRIVATE_REPO_TOKEN environment variable.

Note: If you dont have the PRIVATE_REPO_TOKEN value, contact the administrators

Linter

Linter has been configured with rules set in the .eslintrc.json. To find out the lint problems the project has, run the following command

yarn lint

Run the following command to fix automatically lint problems

yarn lint --fix

Note: For adding custom folders to lint validation. Update the next.config.js file using this documentation

Deployment

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

Check out the Next.js deployment documentation for more details.

Learn More

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