-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60c7a98
commit 5400a19
Showing
8 changed files
with
79 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,76 @@ | ||
# listly | ||
# Listly | ||
|
||
[![Deploy to GitHub Pages](https://github.com/nishanbajracharya/listly/actions/workflows/deploy.yml/badge.svg)](https://github.com/nishanbajracharya/listly/actions/workflows/deploy.yml) | ||
|
||
Ranked list maker | ||
Listly is a ranked list maker application that allows users to create, compare, and rank lists with ease. This project is deployed on GitHub Pages and is built using modern web technologies. | ||
|
||
## Getting Started | ||
|
||
To get started with Listly, follow these steps: | ||
|
||
### Prerequisites | ||
|
||
- Node.js (version `22` or higher) | ||
|
||
### Installation | ||
|
||
1. Clone the repository: | ||
```sh | ||
git clone https://github.com/nishanbajracharya/listly.git | ||
``` | ||
2. Navigate to the project directory: | ||
```sh | ||
cd listly | ||
``` | ||
3. Install the dependencies: | ||
```sh | ||
npm install | ||
``` | ||
|
||
### Running the Application | ||
|
||
To run the application locally, use the following command: | ||
|
||
```sh | ||
npm run dev | ||
``` | ||
|
||
This will start the development server and you can access the application at http://localhost:3000. | ||
|
||
### Running Tests | ||
|
||
To run the tests for the application, use the following command: | ||
|
||
```sh | ||
npm test | ||
``` | ||
|
||
This will execute the test suite and display the results along with test coverage. | ||
|
||
### Building for Production | ||
|
||
To build the application for production, use the following command: | ||
|
||
```sh | ||
npm run build | ||
``` | ||
|
||
The production-ready files will be generated in the dist directory. | ||
|
||
### Deploying to GitHub Pages | ||
|
||
To deploy the application to GitHub Pages, use the following command: | ||
|
||
```sh | ||
npm run deploy | ||
``` | ||
|
||
This will build the application and push the dist directory to the gh-pages branch. | ||
|
||
### Contributing | ||
|
||
If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request. | ||
|
||
### License | ||
|
||
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters