Skip to content

slopest/studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

40 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Highest logo

Model climbing routes like a pro

Website
License Opened issues

🌈 How it works

Write description

πŸ’» Development

Environment setup

First of all, clone the repository from GitHub on your local machine : (this requires Git to be installed)

git clone https://github.com/exybore/slope-studio.git  # Using HTTP
git clone git@github.com:exybore/slope-studio          # Using SSH

Install the required dependencies using your favorite package manager :

npm install   # Using NPM
yarn install  # Using Yarn

Then, run the application using the serve command : (Make sure you installed Vue CLI on your system)

npm run serve  # Using NPM
yarn serve     # Using Yarn

A web server will start with hot reload enabled, perfect to develop.

Building the app

To get a built version of the application ready to be served by a HTTP server, use the build command :

npm run build  # Using NPM
yarn build     # Using Yarn

Files will be generated in the dist folder, and the entry point will be the index.html file.

Linting and fixing files

To lint the files and check for formatting, run the lint command :

npm run lint  # Using NPM
yarn lint     # Using Yarn

If a better formatting is available, new code will be written directly inside the concerned files.

Customizing configuration

If you want to customize the build configuration, check the Configuration Reference on the Vue CLI documentation.

πŸ“œ Credits

πŸ” License

This project is under the GNU GPL v3 license.

About

πŸ–₯ Model climbing routes like a pro. Graphical editor for the Slopest route modeling language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published