Skip to content

AlpsFinance/alps-finance-presale-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alps Finance Presale Client 💚

This is the official repository of Alps Finance Presale Frontend using React.

Built with 💚 from Alps Finance Developers.

Table of Contents

🛠️ Pre-requisites

1. Node.js

To install the latest version of Node.js, click here and follow the steps.

2. NPM/Yarn

If you plan to use NPM as your package manager, then you can skip this step because NPM comes with Node.js. Otherwise, if you would like to use yarn, then run the following command to install yarn:

npm i -g yarn

3. Moralis Admin Account

To get your free Moralis Admin Account, click here to register.

👨‍💻 Getting Started

1. Install Dependencies

# NPM
npm i

# Yarn
yarn

2. Environment Variables

Copy .env.example file and rename it to .env and fill in the environment variables.

REACT_APP_MORALIS_APP_ID=xxx
REACT_APP_MORALIS_SERVER_URL=xxx

3. Run the App

# NPM
npm run start

# Yarn
yarn start

🚀 Deployment

In order to deploy the website into a hosting service, you need to first build the project.

# NPM
npm run build

# Yarn
yarn build

Once the production version is built, you can deploy it to your favourite hosting service.

📜 License

GNU Affero General Public License v3.0

About

This is the official repository of Alps Finance Presale Frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published