From c7145cbe07dad55a1e329ffb04091433e9906528 Mon Sep 17 00:00:00 2001 From: binbang12 Date: Sat, 15 Jun 2024 11:01:39 -0500 Subject: [PATCH 1/4] Updated README.md --- README.md | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 84 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2661361..3020f63 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,89 @@ -# token-website +# [token.langx.io](https://token.langx.io) -Official Website for the [token.langx.io](https://token.langx.io) +[![Better Stack Badge](https://uptime.betterstack.com/status-badges/v1/monitor/wm9t.svg)](https://status.langx.io) -## Development Status +Welcome to the LangX Token webpage! Our app, in addition to helping you learn a new language through practice and immersion with native speakers from around the world, will give you the opportunity to earn with our unique "Learn-to-Earn" initiative. This is where you can find out everything you need to know about this initiative. -Our "Coming Soon" page has been released! The full project is still under development and the first major release has not yet been launched. +This webpage is built with HTML, CSS and JavaScript. -Please stay tuned for updates and progress. +## Table of Contents -We appreciate your patience and interest. +- [Prerequisites](#prerequisites) +- [Getting Started](#getting-started) +- [Development Server](#start-development-server) +- [Issues](#issues) +- [Stargazers](#stargazers) +- [Contributors](#contributors) +- [License](#license) + +## Setup + +### Prerequisites + +Before you begin, please make sure you have met the following requirements. + +- You have installed [Node.js](https://nodejs.org/en) and [npm](https://www.npmjs.com/) (Node Package Manager). +- You have a [GitHub](https://github.com/) account + +### Getting Started + +1. Fork the repository to your own GitHub account by clicking the "Fork" button at the top right of the repository page. + + +2. Clone the repository (Open your terminal and run the following commands). + +```bash +# clone the repository +git clone https://github.com/your-username/token-website.git + +# Make sure you replace "your-username" with your GitHub username +``` + +3. Navigate to the project directory + +```bash +# navigate to the projects directory +cd token-website +``` + +4. Install dependencies + +```bash +npm install +``` + +## Start Development Server + +Once you've created your project and installed dependencies with `npm install`, you can start a development server: + +```bash +npm run dev + +# or start the server and open the app in a new browser tab + +npm run dev -- --open +``` + +## Issues + +If you encounter any issues, ensure that your [Node.js](https://nodejs.org/en) and [npm](https://www.npmjs.com/) versions are up to date. + +## Contributing + +We welcome contributions from the community! If you'd like to contribute to the LangX Token webpage, please fork our repository, make some improvements, and submit a pull request. We'll review your changes and merge them if they meet our guidelines. Thank you for helping to make this page even better! + +LangX is an open source project and we welcome contributions from the community. If you're interested in contributing, please check out our GitHub repository for more information. + +### Stargazers + +[![Stargazers over time](https://starchart.cc/langx/token-website.svg?variant=adaptive)](https://starchart.cc/langx/token-website) + +### Contributors + +[![GitHub Contributor Over Time](https://contributor-overtime-api.git-contributor.com/contributors-svg?chart=contributorOverTime&repo=langx/token-website)](https://git-contributor.com?chart=contributorOverTime&repo=langx/token-website) + +[![GitHub Contributors Image](https://contrib.rocks/image?repo=langx/token-website)](https://github.com/langx/token-website/graphs/contributors) + +## License + +The LangX Token webpage is released under the [BSD 3-Clause "New" or "Revised" License](./LICENSE). If you use this project, please include the license file in your distribution. \ No newline at end of file From 90d1c8c21610c295f18f1e375ccb0d225442aa9c Mon Sep 17 00:00:00 2001 From: binbang12 Date: Sat, 15 Jun 2024 11:54:51 -0500 Subject: [PATCH 2/4] Made requested changes --- README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/README.md b/README.md index 3020f63..6ebdcd6 100644 --- a/README.md +++ b/README.md @@ -46,27 +46,9 @@ git clone https://github.com/your-username/token-website.git cd token-website ``` -4. Install dependencies - -```bash -npm install -``` - -## Start Development Server - -Once you've created your project and installed dependencies with `npm install`, you can start a development server: - -```bash -npm run dev - -# or start the server and open the app in a new browser tab - -npm run dev -- --open -``` - ## Issues -If you encounter any issues, ensure that your [Node.js](https://nodejs.org/en) and [npm](https://www.npmjs.com/) versions are up to date. +If you encounter any issues, feel free to open an issue at [langx/token-website/issues](https://github.com/langx/token-website/issues) ## Contributing From 42a98b164a73971f74491e616ec86dea5b19fc64 Mon Sep 17 00:00:00 2001 From: binbang12 Date: Sat, 15 Jun 2024 11:56:58 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6ebdcd6..d424dac 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ This webpage is built with HTML, CSS and JavaScript. - [Prerequisites](#prerequisites) - [Getting Started](#getting-started) -- [Development Server](#start-development-server) - [Issues](#issues) - [Stargazers](#stargazers) - [Contributors](#contributors) From 1889bf75af5bcbad57eca85055df6fa032ffae74 Mon Sep 17 00:00:00 2001 From: binbang12 Date: Sat, 15 Jun 2024 12:01:45 -0500 Subject: [PATCH 4/4] Final Commit! --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index d424dac..d84aa34 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ This webpage is built with HTML, CSS and JavaScript. ## Table of Contents -- [Prerequisites](#prerequisites) - [Getting Started](#getting-started) - [Issues](#issues) - [Stargazers](#stargazers) @@ -17,13 +16,6 @@ This webpage is built with HTML, CSS and JavaScript. ## Setup -### Prerequisites - -Before you begin, please make sure you have met the following requirements. - -- You have installed [Node.js](https://nodejs.org/en) and [npm](https://www.npmjs.com/) (Node Package Manager). -- You have a [GitHub](https://github.com/) account - ### Getting Started 1. Fork the repository to your own GitHub account by clicking the "Fork" button at the top right of the repository page.