Skip to content

digbenjamins/SnipeSpaceVip

Repository files navigation

SnipeSpace

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Make sure to install docker as the local database will run in a docker container. Once Docker is installed, run the following command to create the database:

docker compose up -d

Once the database is created, copy or rename .env.example to .env and fill in all the required values. Next, run the following commands:

# install dependencies
npm install
# create tables
npm run db:push
# generate prisma client
npm run db:generate
# add default data to database
npm run db:seed
# start app
npm run snipespace

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

License

This project is licensed under a proprietary license. The software:

  • Cannot be sold or used for commercial purposes
  • Cannot be redistributed in any form
  • Remains under the full ownership of the copyright holder

See the LICENSE.md file for full terms and conditions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors