Skip to content

DegenAlgorand/svelte-website.old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

degentoken.xyz

this is the website for degentoken.xyz, a community support algorand standard asset.

helpful links

discord

tinychart

buy on tinyman

algoexplorer

install

If you want to run the web application and help contribute to Degen:

git clone [email protected]:DegenAlgorand/degenalgorand.github.io.git
cd degenalgorand.github.io/
npm install
npm run dev

Then navigate to localhost:3000 to see the web application.

contributing

We absolutely encourage contributions (we love PRs!) here are a few best practices when contributing:

Let's assume you have the app running and you're ready to make a change. On main branch you will

git checkout -b the-name-of-your-new-branch
..make your edits..
git add .
git commit -m 'a helpful message about your commit'
git push origin the-name-of-your-new-branch

You just pushed a commited change and you should see

remote: Create a pull request for 'the-name-of-your-new-branch' on GitHub by visiting:
remote: https://github.com/DegenAlgorand/degenalgorand.github.io/pull/new/task/the-name-of-your-new-branch

Now click the link to create your pull request!