Skip to content

gBittz/ScoreSaber-Frontend

 
 

Repository files navigation

Developing

Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), create a new .env file using the template from .env.example CORS is currently enabled for both the CDN and the API so your .env should look a little like this until we find a better solution in the future

VITE_CDN_URL=https://cdn.scoresaber.com
VITE_API_URL=https://scoresaber.com

To start a development server:

npm run dev -- --https

Building

npm run build

You can preview the built app with npm run preview. This should not be used to serve ScoreSaber in production.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 79.4%
  • TypeScript 13.6%
  • SCSS 6.3%
  • Other 0.7%