This is the official website of BRL-CAD community, where users can access some details about this community. User can view the history and details bout the BRL-CAD project and images using gallery.
This is a Next.js project bootstrapped with create-next-app.
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git. OSX and Linux machines typically have this already installed.
- Node.js - Download & Install Node.js and the npm package manager. If you encounter any problems, you can also use this GitHub Gist to install Node.js.
Clone this repo
git clone https://github.com/divyanshugarg36/brl-cad-web.gitsudo apt-get install nodejs
sudo apt-get install git
git clone https://github.com/divyanshugarg36/brl-cad-web
Run this command
npm run dev
Then open Browser and type in URL
http://localhost:5000
To run ESlint check run
npm run lint
To build BRL-CAD Web run build script
npm run build
This will generate the build files then run
npm start
This will run the production server
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.