Digital Reserved Currency website
To make changes to the DRC Global project:
- Clone this repo
- Create a feature branch to make your changes
- Create a pull request to
main
branch - Publish to github pages to view your changes
- Get someone to review your changes (preferred), then merge to
main
branch - Website will be auto deployed in a couple of minutes
First of all, make sure you have npm
or yarn
installed in your computer.
npm install
npm start
or
yarn install
yarn start
npm run lint:fix
or
yarn lint:fix
npm run build
or
yarn build
yarn deploy-gh-pages