Skip to content

bitcamp/submit-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcamp-submit-portal

Official Submit Portal for Bitcamp

Setup

Make sure to install the dependencies:

npm

npm install

yarn

yarn install

pnpm

pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000:

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Static Generation

To generate a static site version (output to /dist):

npm run generate

Linting

To lint the codebase with ESLint and Prettier:

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published