This is the official repository of Alps Finance Presale Frontend using React.
Built with 💚 from Alps Finance Developers.
To install the latest version of Node.js, click here and follow the steps.
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
To get your free Moralis Admin Account, click here to register.
# NPM
npm i
# Yarn
yarn
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
# NPM
npm run start
# Yarn
yarn start
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.